gpt4 book ai didi

android - 世界您好,libgdx 在手机上崩溃

转载 作者:行者123 更新时间:2023-11-29 18:12:26 25 4
gpt4 key购买 nike

我正在尝试进入 android 开发领域,在阅读了一些资料后我决定使用 libgdx 作为我将使用的引擎。

我已经安装了所有的工具,所以我去 wiki 找了一个 Hello world 教程!

http://code.google.com/p/libgdx/wiki/HelloWorld

然后我下载 zip 并运行 gdx-helloworld 它工作了! - 太棒了。

然后我决定看看它是否可以在我的手机上运行(Galaxy note、自定义 rom、android 2.3.6)...运行 gdx-helloworld-android 它可以进入手机但立即崩溃。这是预料之中的还是我做错了什么?

非常感谢。

我得到的错误是:04-02 08:09:08.355: E/dalvikvm(14148): 找不到类 'com.badlogic.gdx.helloworld.HelloWorld',引用自方法 com.badlogic.gdx .HelloWorldAndroid.onCreate

我去寻找这个类(class),它似乎在正确的地方。我是 eclipse 的新手,没有波浪形的下划线告诉我哪里出了问题,所以我有点迷茫:)

我还注意到 gdx-helloworld 项目上面有一个小感叹号。

昨晚很快又试了一次,令人惊叹的是它引用了 JRE 1.6 库,而我有 1.7,所以我修复了它,但它仍然没有运行而没有崩溃。我还尝试了模拟器 2.3.3,它也崩溃了。

最佳答案

修复它,看起来 adt 1.7 破坏了它。

请参阅此处的简单修复:http://www.badlogicgames.com/wordpress/?p=2362

Some kind folks on the forums informed me that the latest Android ADTplugin breaks libgdx projects. The reason for this is that an AndroidEclipse project no longer adds the sources of referenced Java projectsto the APK it compiles. Why they had to do this is beyond me, the fixis simple however.

Click on your Android Project Select Properties Select Java Build PathSelect Order and Export Check all your references, e.g. the gdx.jar,the gdx-backend-android.jar, your main code project etc. That’s it.Here’s a before and after image for a project that uses the jars.

Posted on March 22, 2012, 5:24 pm, by Mario

关于android - 世界您好,libgdx 在手机上崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9968064/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com