如何解决 Android 中转换为 Dalvik 格式失败并出现错误 1 ​​的问题?

发布于 2024-11-16 08:31:43 字数 131 浏览 3 评论 0原文

我编写了一个使用 TabHost 的示例应用程序。我收到以下错误:

转换为 Dalvik 格式失败,错误 1

​​如何解决上述问题?

I have written a sample application on using TabHost. I am getting the following error:

Conversion to Dalvik format failed with error 1

How do I resolve the above issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

未央 2024-11-23 08:31:43

首先,更新到最新的 ADT。我遇到了同样的问题,这是由工具中的错误引起的。

其次,清理受影响的项目并重试。

First, update to the very latest ADT. I had the identical issue and it was caused by a bug in the tools.

Second, clean the affected project and try again.

浅唱ヾ落雨殇 2024-11-23 08:31:43

我收到此消息是因为我已手动将 android.jar 添加到构建库中,因为它说找不到 android 库。修复方法是...

  1. 从构建库中删除 android.jar

  2. 右键单击该项目,转到“Android Tools”,然后选择“Fix项目属性”

希望这会有所帮助。

I was getting this because I had manually added android.jar to the build libraries because it was saying it wasn't finding the android libraries. The fix was to...

  1. Remove android.jar from the build libraries

  2. Right click on the project, go to "Android Tools", and select "Fix Project Properties"

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文