mac上cocos2dx 2.1.4移植android问题 编译成功了在打到手机上时就崩了 log附上

09-22 10:06:20.340: I/dalvikvm(16854): Debugger is active
09-22 10:06:20.454: I/System.out(16854): Debugger has connected
09-22 10:06:20.454: I/System.out(16854): waiting for debugger to settle…
09-22 10:06:20.660: I/System.out(16854): waiting for debugger to settle…
09-22 10:06:20.860: I/System.out(16854): waiting for debugger to settle…
09-22 10:06:21.064: I/System.out(16854): waiting for debugger to settle…
09-22 10:06:21.265: I/System.out(16854): waiting for debugger to settle…
09-22 10:06:21.465: I/System.out(16854): waiting for debugger to settle…
09-22 10:06:21.660: I/System.out(16854): waiting for debugger to settle…
09-22 10:06:21.860: I/System.out(16854): debugger has settled (1371)
09-22 10:06:22.285: W/dalvikvm(16854): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lorg/cocos2dx/hellocpp/HelloCpp;
09-22 10:06:22.285: W/dalvikvm(16854): Class init failed in newInstance call (Lorg/cocos2dx/hellocpp/HelloCpp;)
09-22 10:06:22.285: D/AndroidRuntime(16854): Shutting down VM
09-22 10:06:22.285: W/dalvikvm(16854): threadid=1: thread exiting with uncaught exception (group=0x4001e578)
09-22 10:06:22.305: E/AndroidRuntime(16854): FATAL EXCEPTION: main
09-22 10:06:22.305: E/AndroidRuntime(16854): java.lang.ExceptionInInitializerError
09-22 10:06:22.305: E/AndroidRuntime(16854): at java.lang.Class.newInstanceImpl(Native Method)
09-22 10:06:22.305: E/AndroidRuntime(16854): at java.lang.Class.newInstance(Class.java:1409)
09-22 10:06:22.305: E/AndroidRuntime(16854): at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
09-22 10:06:22.305: E/AndroidRuntime(16854): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1565)
09-22 10:06:22.305: E/AndroidRuntime(16854): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
09-22 10:06:22.305: E/AndroidRuntime(16854): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
09-22 10:06:22.305: E/AndroidRuntime(16854): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
09-22 10:06:22.305: E/AndroidRuntime(16854): at android.os.Handler.dispatchMessage(Handler.java:99)
09-22 10:06:22.305: E/AndroidRuntime(16854): at android.os.Looper.loop(Looper.java:130)
09-22 10:06:22.305: E/AndroidRuntime(16854): at android.app.ActivityThread.main(ActivityThread.java:3691)
09-22 10:06:22.305: E/AndroidRuntime(16854): at java.lang.reflect.Method.invokeNative(Native Method)
09-22 10:06:22.305: E/AndroidRuntime(16854): at java.lang.reflect.Method.invoke(Method.java:507)
09-22 10:06:22.305: E/AndroidRuntime(16854): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:907)
09-22 10:06:22.305: E/AndroidRuntime(16854): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:665)
09-22 10:06:22.305: E/AndroidRuntime(16854): at dalvik.system.NativeStart.main(Native Method)
09-22 10:06:22.305: E/AndroidRuntime(16854): Caused by: java.lang.UnsatisfiedLinkError: Couldn’t load hellocpp: findLibrary returned null
09-22 10:06:22.305: E/AndroidRuntime(16854): at java.lang.Runtime.loadLibrary(Runtime.java:429)
09-22 10:06:22.305: E/AndroidRuntime(16854): at java.lang.System.loadLibrary(System.java:554)
09-22 10:06:22.305: E/AndroidRuntime(16854): at org.cocos2dx.hellocpp.HelloCpp.(HelloCpp.java:37)
09-22 10:06:22.305: E/AndroidRuntime(16854): … 15 more
09-22 10:06:22.365: D/dalvikvm(16854): GC_CONCURRENT freed 168K, 47% free 2979K/5575K, external 0K/0K, paused 1ms+3ms

没人知道吗?:2:

这边论坛很少回复啊,有问题都得自己解决,我也问几个问题了,没人回复
上面的问题我也不会,回复顶一下吧

版主 大神们 帮忙看下 谢谢

android大神们 帮看看:11:

建议还是打印log来调试,我当初刚接触Android版本时都是打印log