Hi every one,
I'm using Chromium 56.0.2892.0, when i build and run apk in android 4.1.x --> 4.4.x (JerryBean & Kitkat), it crashes in sandboxed_process0
Please help me!
Logs:
03-22 16:31:14.
431 721-1063/? E/ActivityManager: App crashed! Process: org.chromium.chrome:sandboxed_process0
03-22 16:31:14.431 32411-32411/org.chromium.chrome:sandboxed_process0 E/AndroidRuntime: FATAL EXCEPTION: main
Process: org.chromium.chrome:sandboxed_process0, PID: 32411
java.lang.NoClassDefFoundError: org.chromium.base.CommandLine
at org.chromium.base.CommandLineInitUtil.initCommandLine(CommandLineInitUtil.java:52)
at org.chromium.chrome.browser.ChromeApplication.initCommandLine(ChromeApplication.java:162)
at org.chromium.chrome.browser.ChromeApplication.onCreate(ChromeApplication.java:110)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1020)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5154)
at android.app.ActivityThread.access$1500(ActivityThread.java:156)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1418)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:157)
at android.app.ActivityThread.main(ActivityThread.java:5872)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:674)
at dalvik.system.NativeStart.main(Native Method)
03-22 16:31:14.631 32385-32385/
org.chromium.chrome E/chromium: [ERROR:shell_integration_android.cc(22)] Not implemented reached in shell_integration::DefaultWebClientSetPermission shell_integration::GetDefaultWebClientSetPermission()
03-22 16:31:14.701 721-732/? E/ActivityManager: App crashed! Process: org.chromium.chrome:privileged_process0
03-22 16:31:14.701 32445-32445/org.chromium.chrome:privileged_process0 E/AndroidRuntime: FATAL EXCEPTION: main
Process: org.chromium.chrome:privileged_process0, PID: 32445
java.lang.NoClassDefFoundError: org.chromium.base.CommandLine
at org.chromium.base.CommandLineInitUtil.initCommandLine(CommandLineInitUtil.java:52)
at org.chromium.chrome.browser.ChromeApplication.initCommandLine(ChromeApplication.java:162)
at org.chromium.chrome.browser.ChromeApplication.onCreate(ChromeApplication.java:110)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1020)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5154)
at android.app.ActivityThread.access$1500(ActivityThread.java:156)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1418)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:157)
at android.app.ActivityThread.main(ActivityThread.java:5872)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:674)
at dalvik.system.NativeStart.main(Native Method)
03-22 16:31:14.721 32385-32385/
org.chromium.chrome E/dalvikvm: Could not find class 'org.chromium.net.NetworkChangeNotifierAutoDetect$MyNetworkCallback', referenced from method org.chromium.net.NetworkChangeNotifierAutoDetect.<init>
03-22 16:31:14.731 32385-32385/
org.chromium.chrome E/dalvikvm: Could not find class 'android.net.Network[]', referenced from method org.chromium.net.NetworkChangeNotifierAutoDetect.getAllNetworksFiltered
03-22 16:31:14.992 32385-32385/
org.chromium.chrome E/dalvikvm: Could not find class 'org.chromium.content.browser.FloatingWebActionModeCallback', referenced from method org.chromium.content.browser.ContentViewCore.startFloatingActionMode