cococs2d-x 2.2.5 用phython创建一个例子出来一运行就报错

cococs2d-x 2.2.5 用phython创建一个例子出来一运行就报错,请问有人知道怎么解决吗?

11-17 14:02:21.019: D/AndroidRuntime(11135): Shutting down VM
11-17 14:02:21.019: W/dalvikvm(11135): threadid=1: thread exiting with uncaught exception (group=0x419769a8)
11-17 14:02:21.019: W/dalvikvm(11135): threadid=1: uncaught exception occurred
11-17 14:02:21.019: W/System.err(11135): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.oomicgame.testzuma02/com.oomicgame.testzuma02.TestZuma02}: java.lang.ClassNotFoundException: Didn’t find class “com.oomicgame.testzuma02.TestZuma02” on path: DexPathList,nativeLibraryDirectories=]
11-17 14:02:21.020: W/System.err(11135): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2277)
11-17 14:02:21.021: W/System.err(11135): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2403)
11-17 14:02:21.021: W/System.err(11135): at android.app.ActivityThread.access$600(ActivityThread.java:165)
11-17 14:02:21.022: W/System.err(11135): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1373)
11-17 14:02:21.022: W/System.err(11135): at android.os.Handler.dispatchMessage(Handler.java:107)
11-17 14:02:21.022: W/System.err(11135): at android.os.Looper.loop(Looper.java:194)
11-17 14:02:21.022: W/System.err(11135): at android.app.ActivityThread.main(ActivityThread.java:5370)
11-17 14:02:21.022: W/System.err(11135): at java.lang.reflect.Method.invokeNative(Native Method)
11-17 14:02:21.023: W/System.err(11135): at java.lang.reflect.Method.invoke(Method.java:525)
11-17 14:02:21.023: W/System.err(11135): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
11-17 14:02:21.023: W/System.err(11135): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
11-17 14:02:21.023: W/System.err(11135): at dalvik.system.NativeStart.main(Native Method)
11-17 14:02:21.023: W/System.err(11135): Caused by: java.lang.ClassNotFoundException: Didn’t find class “com.oomicgame.testzuma02.TestZuma02” on path: DexPathList,nativeLibraryDirectories=]
11-17 14:02:21.024: W/System.err(11135): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:53)
11-17 14:02:21.024: W/System.err(11135): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
11-17 14:02:21.024: W/System.err(11135): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
11-17 14:02:21.024: W/System.err(11135): at android.app.Instrumentation.newActivity(Instrumentation.java:1119)
11-17 14:02:21.024: W/System.err(11135): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2268)
11-17 14:02:21.024: W/System.err(11135): … 11 more

你这是编译打包apk的时候报错还是 运行apk报错啊