无法执行 dex:包装器首先未正确加载
我无法运行我的项目。我已经从这里下载了该项目。当我要运行这个项目时。它引发了这个错误: -
[2011-11-02 06:22:04 - Dex Loader] Unable to execute dex: wrapper was not properly loaded first
[2011-11-02 06:22:04 - jberkel-sms-backup-plus-9a8489a] Conversion to Dalvik format failed: Unable to execute dex: wrapper was not properly loaded first
我刚刚引用了谷歌的一些链接来解决这个错误。他们告诉我们使用project > 来清理项目; clean Am也尝试过这个方法。但是,之后会出现同样的错误。为此我能做什么?任何帮助表示赞赏。
I can't run my project. I've download the project from here. When i'm going to run this project. It raises this error : -
[2011-11-02 06:22:04 - Dex Loader] Unable to execute dex: wrapper was not properly loaded first
[2011-11-02 06:22:04 - jberkel-sms-backup-plus-9a8489a] Conversion to Dalvik format failed: Unable to execute dex: wrapper was not properly loaded first
I just referred some links from google for this error. They told that clean the project using project > clean Am also tried this method. But, the same error will raise from here after. What can i do for this? Any help appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也曾经遇到过同样的问题。只需重新启动 Eclipse 并再次运行该项目即可。就会清楚了。希望这会对您有所帮助。
I'm also having this same problem once a time. Just Restart your Eclipse and run the project again. It'll clear. Hope this will help you.