我正在尝试编译一个简单的项目 ::我收到错误
[2014-02-13 22:28:38 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2014-02-13 22:28:38 - MyAndroidApp] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
我尝试调试这些步骤 ::
注意 ::我已经在stackoverflow中检查了这个问题的答案,但我无法从我找到的解决方案中解决这个问题
答案 0 :(得分:1)
降级build tools:
构建工具,修订版19。10。1(2013年12月)
修复了其他构建问题:修复了对编译的支持 使用Gradle在NDK模式下渲染脚本。 修复了dx构建中的BufferOverflowException问题。 (问题61710)
如果您有问题,请查看您的AndroidManifest.xml,android:targetSdkVersion
中的AndroidManifest.xml
值必须与project.properties中的target=android-[value]
匹配。