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

Android Chromebook crash on Cocos2dxActivity.onLoadNativeLibraries #19211

Open
bolso80 opened this issue Nov 27, 2018 · 0 comments
Open

Android Chromebook crash on Cocos2dxActivity.onLoadNativeLibraries #19211

bolso80 opened this issue Nov 27, 2018 · 0 comments

Comments

@bolso80
Copy link

bolso80 commented Nov 27, 2018

cocos2d-x version: 3.17
devices: Android chromebooks
NDK version: 17.2
Xcode version: 9.2

Problem description:

We have an app on production and we are getting some crashes on Chromebooks android devices:

java.lang.UnsatisfiedLinkError: 
  at java.lang.Runtime.loadLibrary0 (Runtime.java:984)
  at java.lang.System.loadLibrary (System.java:1530)
  at org.cocos2dx.lib.Cocos2dxActivity.onLoadNativeLibraries (Cocos2dxActivity.java:116)
  at org.cocos2dx.lib.Cocos2dxActivity.onCreate (Cocos2dxActivity.java:142)
  at org.cocos2dx.cpp.AppActivity.onCreate (AppActivity.java:72)
  at android.app.Activity.performCreate (Activity.java:6785)
  at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1121)
  at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2693)
  at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2800)
  at android.app.ActivityThread.-wrap12 (ActivityThread.java)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1527)
  at android.os.Handler.dispatchMessage (Handler.java:102)
  at android.os.Looper.loop (Looper.java:154)
  at android.app.ActivityThread.main (ActivityThread.java:6320)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:891)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:781)
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

1 participant