Thursday, November 28, 2013

[Android][solved] [with image] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException.

The solution work for me is adding the line at the end of project.properties to run project
sdk.buildtools=18.1.1
 Place to add :


position of project.properties file is in the project root :

Reference link:
http://stackoverflow.com/questions/19727915/android-dex-gives-a-bufferoverflowexception/19803777#19803777

No comments :

Post a Comment