
05-31 19:11:46.920: E/AndroIDRuntime(7719): FATAL EXCEPTION: main05-31 19:11:46.920: E/AndroIDRuntime(7719): java.lang.ExceptionInInitializerError05-31 19:11:46.920: E/AndroIDRuntime(7719): at java.lang.class.newInstanceImpl(Native Method)05-31 19:11:46.920: E/AndroIDRuntime(7719): at java.lang.class.newInstance(Class.java:1429)05-31 19:11:46.920: E/AndroIDRuntime(7719): at androID.app.Instrumentation.newActivity(Instrumentation.java:1023)05-31 19:11:46.920: E/AndroIDRuntime(7719): at androID.app.ActivityThread.performlaunchActivity(ActivityThread.java:2577)05-31 19:11:46.920: E/AndroIDRuntime(7719): at androID.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)05-31 19:11:46.920: E/AndroIDRuntime(7719): at androID.app.ActivityThread.access00(ActivityThread.java:125)05-31 19:11:46.920: E/AndroIDRuntime(7719): at androID.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)05-31 19:11:46.920: E/AndroIDRuntime(7719): at androID.os.Handler.dispatchMessage(Handler.java:99)05-31 19:11:46.920: E/AndroIDRuntime(7719): at androID.os.Looper.loop(Looper.java:123)05-31 19:11:46.920: E/AndroIDRuntime(7719): at androID.app.ActivityThread.main(ActivityThread.java:4627)05-31 19:11:46.920: E/AndroIDRuntime(7719): at java.lang.reflect.Method.invokeNative(Native Method)05-31 19:11:46.920: E/AndroIDRuntime(7719): at java.lang.reflect.Method.invoke(Method.java:521)05-31 19:11:46.920: E/AndroIDRuntime(7719): at com.androID.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)05-31 19:11:46.920: E/AndroIDRuntime(7719): at com.androID.internal.os.ZygoteInit.main(ZygoteInit.java:616)05-31 19:11:46.920: E/AndroIDRuntime(7719): at dalvik.system.NativeStart.main(Native Method)05-31 19:11:46.920: E/AndroIDRuntime(7719): Caused by: java.lang.UnsatisfIEdlinkError: library helloworld not found05-31 19:11:46.920: E/AndroIDRuntime(7719): at java.lang.Runtime.loadlibrary(Runtime.java:461)05-31 19:11:46.920: E/AndroIDRuntime(7719): at java.lang.System.loadlibrary(System.java:557)05-31 19:11:46.920: E/AndroIDRuntime(7719): at org.cocos2dx.application.ApplicationDemo.<clinit>(ApplicationDemo.java:81)05-31 19:11:46.920: E/AndroIDRuntime(7719): ... 15 more
所以任何人都可以帮助一些想法/解决方案.
我再次参考了“http://www.multigesture.net/articles/how-to-setup-cocos2d-x-windows-and-androID/”
非常感谢.
解决方法 我建议你将库更改为cocos2d-x,因为androID的cocos2d将不再更新.Cocos2d-x在C中工作,并使用JNI(Java本机接口)工作. Here是您开始使用它所需的所有信息.
总结以上是内存溢出为你收集整理的运行COCOS2D for Android FATAL EXCEPTION:main全部内容,希望文章能够帮你解决运行COCOS2D for Android FATAL EXCEPTION:main所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)