关于在安卓手机上运行cocos2dx游戏闪退问题

今天按照教程试了好久,可是依然闪退。。我把流程记录如下,希望哪位好心朋友能帮帮忙
我用的是cocos2dx 3.4版本
首先我在eclipse里导入了项目下的proj.android,然后又在目录下导入了libcocos2dx,然后两个项目红叉就都消失了
然后又修改了Android.mk文件,改动代码如下:
LOCAL_SRC_FILES := hellocpp/main.cpp
…/…/Classes/AppDelegate.cpp
…/…/Classes/HelloWorldScene.cpp
…/…/Classes/MyScene.cpp \

LOCAL_C_INCLUDES := $(LOCAL_PATH)/…/…/Classes

LOCAL_STATIC_LIBRARIES := cocos2dx_static
LOCAL_STATIC_LIBRARIES += cocos_extension_static
LOCAL_STATIC_LIBRARIES += cocostudio_static

include $(BUILD_SHARED_LIBRARY)

(call import-module,cocos) (call import-module,extensions)
$(call import-module,editor-support/cocostudio)

之后我又在Android工程下编译了build_native.py文件.
按照教程的话至此我就应该可以正常用eclipse在手机上直接运行游戏才对。可是我已运行就闪退!求帮助。对了,Android工程下的assets目录和class目录下都有相应的图片文件和代码文件,虽然好像是本来就有的了
下面是错误日志:
03-23 21:27:15.791: E/jdwp(4678): Failed sending reply to debugger: Broken pipe
03-23 21:27:18.634: E/ClientManager(4812): GetClients:
03-23 21:27:18.634: E/ClientManager(4812): java.lang.NullPointerException
03-23 21:27:18.634: E/ClientManager(4812): at javax.crypto.Cipher.doFinal(Cipher.java:1111)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.frontia.base.util.AESUtil.decrypt(SourceFile:85)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.b.b.a(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.b.b.b(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.b.b.(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.b.b.a(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.internal.RegistrationReceiver.onReceive(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.apiproxy.BridgeReceiver.RegistrationReceiverOnReceive(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.RegistrationReceiver$1.run(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.LoadExecutor.excuteMethod(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at com.baidu.android.pushservice.RegistrationReceiver.onReceive(Unknown Source)
03-23 21:27:18.634: E/ClientManager(4812): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2250)
03-23 21:27:18.634: E/ClientManager(4812): at android.app.ActivityThread.access$1500(ActivityThread.java:136)
03-23 21:27:18.634: E/ClientManager(4812): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1277)
03-23 21:27:18.634: E/ClientManager(4812): at android.os.Handler.dispatchMessage(Handler.java:99)
03-23 21:27:18.634: E/ClientManager(4812): at android.os.Looper.loop(Looper.java:137)
03-23 21:27:18.634: E/ClientManager(4812): at android.app.ActivityThread.main(ActivityThread.java:4797)
03-23 21:27:18.634: E/ClientManager(4812): at java.lang.reflect.Method.invokeNative(Native Method)
03-23 21:27:18.634: E/ClientManager(4812): at java.lang.reflect.Method.invoke(Method.java:511)
03-23 21:27:18.634: E/ClientManager(4812): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
03-23 21:27:18.634: E/ClientManager(4812): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
03-23 21:27:18.634: E/ClientManager(4812): at dalvik.system.NativeStart.main(Native Method)

求好心人帮助T T

好吧,是我自己搞错了,那个项目本来就不能跑。。不好意思了。。> <