cocos2d / cocos2d-js

cocos2d-x for JS
http://www.cocos2d-x.org
MIT License
1.86k stars 489 forks source link

[Android][Cocos2dJS v3.9] Crashes Android app with Android 6.0 (Api 23) ! #1832

Open tungnt11 opened 8 years ago

tungnt11 commented 8 years ago

Hi all, I also crashes when I run app with error : E/AndroidRuntime(11959): java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "rand" referenced by "libcocos2djs.so"... E/AndroidRuntime(11959): at java.lang.Runtime.loadLibrary(Runtime.java:361) E/AndroidRuntime(11959): at java.lang.System.loadLibrary(System.java:525)

I'm using cocos 3.9, NDK R10e and target SDK is 23 (Android 6.0). I want use Android 6.0 because I use android-support-v7-appcompat for new api of Google SignIn. Can you help me fix this issue? Thank you!