2014-04-09 3 views
0
[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. 
+0

는 다음 링크를 참조 시도 응답이있을 것이다 [링크 1] [1] [링크 2] [2] [링크 (3)] [3] [1] : http://stackoverflow.com/questions/19727915/android-dex-gives-a-bufferoverflowexception-when-building ,[2] : http://stackoverflow.com/questions/19741758/bufferoverflowexception-when-building-application [3] : http://stackoverflow.com/questions/20778767/unable-to-execute-dex- java-nio-bufferoverflowexception-check-the-eclipse-log-f –

답변

0

AndroidManifest.xml의 android : targetSdkVersion 값이 project.properties의 target = android-와 일치하는지 확인하십시오. 이 두 값이 같지 않으면 빌드 도구로 빌드하면 BufferOverflowException이 종료됩니다. 또한

Right click your project → android tools → android support library. 
관련 문제