App crashes with the 0.12 release

I created a test app with the android create project script and ran it in eclipse. When I try to run the app in the android 4.0.3 emulator, the app fails to load. The debug output is:

03-05 17:49:13.037: W/dalvikvm(591): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lorg/test/test/poolsky;
03-05 17:49:13.037: W/dalvikvm(591): Class init failed in newInstance call (Lorg/test/test/poolsky;)
03-05 17:49:13.037: D/AndroidRuntime(591): Shutting down VM
03-05 17:49:13.037: W/dalvikvm(591): threadid=1: thread exiting with uncaught exception (group=0x409c01f8)
03-05 17:49:13.078: E/AndroidRuntime(591): FATAL EXCEPTION: main
03-05 17:49:13.078: E/AndroidRuntime(591): java.lang.ExceptionInInitializerError
03-05 17:49:13.078: E/AndroidRuntime(591):  at java.lang.Class.newInstanceImpl(Native Method)
03-05 17:49:13.078: E/AndroidRuntime(591):  at java.lang.Class.newInstance(Class.java:1319)
03-05 17:49:13.078: E/AndroidRuntime(591):  at android.app.Instrumentation.newActivity(Instrumentation.java:1023)
03-05 17:49:13.078: E/AndroidRuntime(591):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1871)
03-05 17:49:13.078: E/AndroidRuntime(591):  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
03-05 17:49:13.078: E/AndroidRuntime(591):  at android.app.ActivityThread.access$600(ActivityThread.java:123)
03-05 17:49:13.078: E/AndroidRuntime(591):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
03-05 17:49:13.078: E/AndroidRuntime(591):  at android.os.Handler.dispatchMessage(Handler.java:99)
03-05 17:49:13.078: E/AndroidRuntime(591):  at android.os.Looper.loop(Looper.java:137)
03-05 17:49:13.078: E/AndroidRuntime(591):  at android.app.ActivityThread.main(ActivityThread.java:4424)
03-05 17:49:13.078: E/AndroidRuntime(591):  at java.lang.reflect.Method.invokeNative(Native Method)
03-05 17:49:13.078: E/AndroidRuntime(591):  at java.lang.reflect.Method.invoke(Method.java:511)
03-05 17:49:13.078: E/AndroidRuntime(591):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
03-05 17:49:13.078: E/AndroidRuntime(591):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
03-05 17:49:13.078: E/AndroidRuntime(591):  at dalvik.system.NativeStart.main(Native Method)
03-05 17:49:13.078: E/AndroidRuntime(591): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load cocosdenshion: findLibrary returned null
03-05 17:49:13.078: E/AndroidRuntime(591):  at java.lang.Runtime.loadLibrary(Runtime.java:365)
03-05 17:49:13.078: E/AndroidRuntime(591):  at java.lang.System.loadLibrary(System.java:535)
03-05 17:49:13.078: E/AndroidRuntime(591):  at org.test.test.poolsky.(poolsky.java:60)
03-05 17:49:13.078: E/AndroidRuntime(591):  ... 15 more
03-05 17:49:16.268: I/Process(591): Sending signal. PID: 591 SIG: 9

Again, this is not my app, just an app created from scratch using the newest android project script. Thanks.

It seems you don’t have the cocosdenshion library.
Make sure you compiled it and the .So library is there.

Try to remove CCMenu of your classes.
For some reason, it’s happening since 0.11 version.

I’m using 0.11 version and I’m trying to avoid the CCMenu use.
I thought, Our friends would solve it for this version, but unfortunately it didn’t happen.
;/