Android应用未在设备上运行

时间:2014-04-09 06:36:41

标签: android

[2014-04-09 11:50:19 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2014-04-09 11:50:19 - audiomediaplayer1] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.

1 个答案:

答案 0 :(得分:0)

确保AndroidManifest.xml中android:targetSdkVersion的值与project.properties中的target = android-匹配。如果这两个值不相同,那么使用构建工具构建将以BufferOverflowException结束。

也试试这个

Right click your project → android tools → android support library.