CCB-X built on android platform issues

I have download the sample project on github — CocosBuilder Reader Ported to Cocos2d-X(http://www.cocos2d-x.org/boards/6/topics/10755)
When I compile it to android platform it shows the problem as the follows, do someone help me to point the problem out.:slight_smile:

05-11 08:46:07.699: E/AndroidRuntime(3118): FATAL EXCEPTION: main
05-11 08:46:07.699: E/AndroidRuntime(3118): java.lang.ExceptionInInitializerError
05-11 08:46:07.699: E/AndroidRuntime(3118): at java.lang.Class.newInstanceImpl(Native Method)
05-11 08:46:07.699: E/AndroidRuntime(3118): at java.lang.Class.newInstance(Class.java:1409)
05-11 08:46:07.699: E/AndroidRuntime(3118): at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
05-11 08:46:07.699: E/AndroidRuntime(3118): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1565)
05-11 08:46:07.699: E/AndroidRuntime(3118): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
05-11 08:46:07.699: E/AndroidRuntime(3118): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
05-11 08:46:07.699: E/AndroidRuntime(3118): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
05-11 08:46:07.699: E/AndroidRuntime(3118): at android.os.Handler.dispatchMessage(Handler.java:99)
05-11 08:46:07.699: E/AndroidRuntime(3118): at android.os.Looper.loop(Looper.java:123)
05-11 08:46:07.699: E/AndroidRuntime(3118): at android.app.ActivityThread.main(ActivityThread.java:3687)
05-11 08:46:07.699: E/AndroidRuntime(3118): at java.lang.reflect.Method.invokeNative(Native Method)
05-11 08:46:07.699: E/AndroidRuntime(3118): at java.lang.reflect.Method.invoke(Method.java:507)
05-11 08:46:07.699: E/AndroidRuntime(3118): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
05-11 08:46:07.699: E/AndroidRuntime(3118): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
05-11 08:46:07.699: E/AndroidRuntime(3118): at dalvik.system.NativeStart.main(Native Method)
05-11 08:46:07.699: E/AndroidRuntime(3118): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1963]: 94 could not load needed library ‘libcocosdenshion.so’ for ‘libgame.so’ (load_library[1105]: Library ‘libcocosdenshion.so’ not found)
05-11 08:46:07.699: E/AndroidRuntime(3118): at java.lang.Runtime.loadLibrary(Runtime.java:434)
05-11 08:46:07.699: E/AndroidRuntime(3118): at java.lang.System.loadLibrary(System.java:554)
05-11 08:46:07.699: E/AndroidRuntime(3118): at com.diwublog.ccb.ccb.(ccb.java:60)
05-11 08:46:07.699: E/AndroidRuntime(3118): … 15 more