I get the following error when try to start my App from eclipse with API Level 15 after upgrading to SDK Revision 19 :
[Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
With API Level 16 it works. With API Level 15 it doesn't work. I would like to use Level 15.
I tried so far 'Add Support Library' as suggested in StackOverflow.
In my Manifest :
<uses-sdk android:minSdkVersion="12" android:targetSdkVersion="15"/>