[2013-12-13 21:04:48 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2013-12-13 21:04:48 - xxxxxx] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
But I couldn't find any error in the source code. So I thought this was a configuration error. And here were the way I solved it :
- Right click on your project.
- Select Android Tools -> Add Support Library
- There was a process running for a while, and then tried to run the project once more, and It worked well. Viola!!
Please comment if you find this tips useful. :D