Question

Whenever I try to run my glass app I get these weird errors in the console after I run my Glassware project onto Glass Hardware: - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace. - $myproject] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.

Note: ($myproject is the name of my project)

Anyone know how to fix these? I find it really really really hard to use ADT compared to Xcode. Where is a good resource to get familiar with ADT and get answers on ADT dev environment for Glass?

Was it helpful?

Solution

Can you please post what Build Tools and SDK versions you are using on the current project?

You need Android SDK Build Tools 19.0.1 and Android SDK needs 4.0.3 which are not the most current releases. In order to Install these, use SDK Manager.

See this StackOverflow post with similar error message.

How to launch a regular activity on google glass

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top