简体   繁体   English

Android应用未在设备上运行

[英]Android app is not running on device

[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.

Make sure that the value of android:targetSdkVersion in AndroidManifest.xml matches target=android- in project.properties. 确保AndroidManifest.xml中android:targetSdkVersion的值与project.properties中的target = android-匹配。 If these two values are not the same, building with build tools will end in the BufferOverflowException. 如果这两个值不相同,则使用构建工具进行的构建将以BufferOverflowException结尾。

Also try this 也试试这个

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM