Everytime I want to run my Android application I get a error:
[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.
I deleted Android dependencies from project > properties > java build path > libraries
. After I clean the project and not run it.
I modify project.properties
file, target=android-19
, and I run it, but I don't want to do this.
Are there other solutions to solved the problem?
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…