Eclipse运行时的Dalvik错误错误、Eclipse、Dalvik

2023-09-05 05:02:10 作者:握不住的沙,干脆散啦它

当我goint运行任何程序这个对话框显示:

When i goint to run any program this dialog box is display:

和Eclipse中的这些错误在控制台中显示:

and in Eclipse these errors display in console:

[2013年2月25日十九时05分09秒 - 地塞米松装载机]无法执行DEX:目标超出范围:+ 0000ffd1

[2013年2月25日十九时05分09秒 - 转换到的Dalvik格式失败:无法执行DEX:目标超出范围:+ 0000ffd1

如果我删除了Android的依赖关系,从​​项目的错误消失,但我需要一个更持久的解决方案。任何想法?

If I remove Android dependencies from project the error disappears but I need a more permanent solution. Any ideas?

推荐答案

我觉得它的那种错误的,尝试删除你的依赖(我是指添加的库,而不是标准的依赖关系)。 那么干净,重建所有项目。此后,你应该能够无差错添加删除库。

I think its kind of a bug, try removing your dependencies (I am referring to added libraries, not the standard-dependencies). Then clean and rebuild all your projects. Thereafter you should be able to add the removed libraries without errors.