用eclipse导入一个android项目时,发生"Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace"错误.
解决方法:
在eclipse中右键这个工程的Android Dependencies文件夹,在Build Path选项中选择 remove it from build path,问题就解决了.
本文介绍了解决在Eclipse中导入Android项目时遇到的Unable to execute dex: java.nio.BufferOverflowException错误的方法。解决方案是在项目的Android Dependencies文件夹上右键选择Build Path并移除它。
用eclipse导入一个android项目时,发生"Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace"错误.
解决方法:
在eclipse中右键这个工程的Android Dependencies文件夹,在Build Path选项中选择 remove it from build path,问题就解决了.

被折叠的 条评论
为什么被折叠?