现在的位置: 首页 > 综合 > 正文

Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.

2017年10月29日 ⁄ 综合 ⁄ 共 384字 ⁄ 字号 评论关闭

Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.

Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.

原因:

我是从外部导入了一个Android工程代码,网上说会代码本身会在你的项目下建立一个依赖包
Android Dependencies。


解决办法:

在eclipse中右键Android Dependencies这个工程文件夹,在Build Path选项中选择  remove it from build path。。。然后就没问题了。。

抱歉!评论已关闭.