每次我想运行我的Android应用程序时都会出错:
[2013-12-26 11:24:12 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2013-12-26 11:24:12 - Pk6.1.3] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
Run Code Online (Sandbox Code Playgroud)
我从中删除了Android依赖项project > properties > java build path > libraries.我清理项目后没有运行它.
我修改project.properties文件,target=android-19然后运行它,但我不想这样做.
还有其他解决方案可以解决这个问题吗?
谢谢.