求助! cocos2d-x 3.0 运行 TestCpp 或 HelloCpp 时报错

已成功配置.
加载 cocos2d-x-3.0alpha1\cocos\2d\platform\android\java
项目 libcocos2dx 运行成功!
生成 libcocos2dx.jar 成功
然后加载 cocos2d-x-3.0alpha1\samples\Cpp 下的 TestCpp 或 HellowCpp 运行时
出现

点击OK 后在运行就报
01-08 13:43:39.816: E/AndroidRuntime(1684): FATAL EXCEPTION: main
01-08 13:43:39.816: E/AndroidRuntime(1684): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.cocos2dx.hellocpp/android.app.NativeActivity}: java.lang.IllegalArgumentException: Unable to find native library: hellocpp
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.ActivityThread.access$600(ActivityThread.java:141)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.os.Handler.dispatchMessage(Handler.java:99)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.os.Looper.loop(Looper.java:137)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.ActivityThread.main(ActivityThread.java:5039)
01-08 13:43:39.816: E/AndroidRuntime(1684): at java.lang.reflect.Method.invokeNative(Native Method)
01-08 13:43:39.816: E/AndroidRuntime(1684): at java.lang.reflect.Method.invoke(Method.java:511)
01-08 13:43:39.816: E/AndroidRuntime(1684): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
01-08 13:43:39.816: E/AndroidRuntime(1684): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
01-08 13:43:39.816: E/AndroidRuntime(1684): at dalvik.system.NativeStart.main(Native Method)
01-08 13:43:39.816: E/AndroidRuntime(1684): Caused by: java.lang.IllegalArgumentException: Unable to find native library: hellocpp
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.NativeActivity.onCreate(NativeActivity.java:181)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.Activity.performCreate(Activity.java:5104)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
01-08 13:43:39.816: E/AndroidRuntime(1684): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
01-08 13:43:39.816: E/AndroidRuntime(1684): … 11 more

这些事错误信息

:10: 呃,等大神来吧!

跟你的错误一样。
编译不过。很郁闷。

Caused by: java.lang.IllegalArgumentException: Unable to find native library: hellocpp

这个错误是说hellocpp.so文件找不到吧?

hi.
我刚运行,把libcocos和testcpp加入Eclipse,编译 build下面的 android-build.py testcpp…,在Eclipse里面刷新并clean了下两个项目。
把testcpp属性里面设置位 Android 4.2.2,就正常运行到手机上了 。

编译 build下面的 android-build.py testcpp?? 什么意思

之前版本的build_native.sh换到这里了。

cocos2dx.jar需要先build下才能生成,然后刷新就可以了。