You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: