The project used to be work well on the device.
Today,It just exit on launch.
03-27 22:12:31.918: W/dalvikvm(24918): threadid=1: thread exiting with uncaught exception (group=0x40a451f8)
03-27 22:12:31.922: E/AndroidRuntime(24918): FATAL EXCEPTION: main
03-27 22:12:31.922: E/AndroidRuntime(24918): java.lang.NoClassDefFoundError: com.giderosmobile.android.player.AudioDevice
03-27 22:12:31.922: E/AndroidRuntime(24918): at com.giderosmobile.android.BeeDisasterActivity.(BeeDisasterActivity.java:24)
03-27 22:12:31.922: E/AndroidRuntime(24918): at java.lang.Class.newInstanceImpl(Native Method)
03-27 22:12:31.922: E/AndroidRuntime(24918): at java.lang.Class.newInstance(Class.java:1319)
03-27 22:12:31.922: E/AndroidRuntime(24918): at android.app.Instrumentation.newActivity(Instrumentation.java:1023)
03-27 22:12:31.922: E/AndroidRuntime(24918): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1871)
03-27 22:12:31.922: E/AndroidRuntime(24918): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
03-27 22:12:31.922: E/AndroidRuntime(24918): at android.app.ActivityThread.access$600(ActivityThread.java:123)
03-27 22:12:31.922: E/AndroidRuntime(24918): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
03-27 22:12:31.922: E/AndroidRuntime(24918): at android.os.Handler.dispatchMessage(Handler.java:99)
03-27 22:12:31.922: E/AndroidRuntime(24918): at android.os.Looper.loop(Looper.java:137)
03-27 22:12:31.922: E/AndroidRuntime(24918): at android.app.ActivityThread.main(ActivityThread.java:4424)
03-27 22:12:31.922: E/AndroidRuntime(24918): at java.lang.reflect.Method.invokeNative(Native Method)
03-27 22:12:31.922: E/AndroidRuntime(24918): at java.lang.reflect.Method.invoke(Method.java:511)
03-27 22:12:31.922: E/AndroidRuntime(24918): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
03-27 22:12:31.922: E/AndroidRuntime(24918): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
03-27 22:12:31.922: E/AndroidRuntime(24918): at dalvik.system.NativeStart.main(Native Method)
Comments
https://sites.google.com/site/xraystudiogame
https://sites.google.com/site/xraystudiogame
Now I'm applying the solution described there.
DroidUX's way solves the problem: go to “Properties > Java Build Path > Order and Export”, and check gideros.jar.
https://sites.google.com/site/xraystudiogame