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!
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!