Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoClassDefFoundError: org.chromium.base.ObserverList #37

Closed
deng81416754 opened this issue Nov 18, 2021 · 1 comment
Closed

NoClassDefFoundError: org.chromium.base.ObserverList #37

deng81416754 opened this issue Nov 18, 2021 · 1 comment

Comments

@deng81416754
Copy link

Hello author~
After modifying the minimum version to 19, the program crashes, can it only support 22 at the minimum?

ks32.crosswalk_native E/AndroidRuntime: FATAL EXCEPTION: main
Process: ks32.crosswalk_native, PID: 3005
java.lang.NoClassDefFoundError: org.chromium.base.ObserverList
at org.chromium.base.ApplicationStatus.(ApplicationStatus.java:97)
at ks32.crosswalk_native.App.onCreate(App.java:22)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4344)
at android.app.ActivityThread.access$1500(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5017)
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:779)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
at dalvik.system.NativeStart.main(Native Method)

@ks32
Copy link
Owner

ks32 commented Dec 16, 2021

it should support SDK 21 and later. For SDK 19 you will need to use crosswalk-23.

@ks32 ks32 closed this as completed Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants