Eclipse Google Glass Buffer Overflow

I saw all the other buffer overflow entries, and I tried everything they said. The fact is, I'm not on API 19, like most people getting the error. I am creating glassware for Google Glass, so I am on API 15 (4.0.3). Why should I get this error?

[(timestamp) Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[(timestamp) - (AppName)] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
+4
source share
1 answer

The problem is not with the version of the Android API you are compiling, but with the version of Android tools you have installed for Android. Please see permissions in this thread to help you.

+5
source

All Articles