How to launch a regular Activity on Google Glass

妖精的绣舞 提交于 2019-12-04 09:29:27

This is not a Glass-specific problem, but an issue with a recent version of the Android build tools. Can you try some of the suggested fixes near the bottom of this thread and see if they fix it?

UPDATE: This seems to have been fixed in version 19.0.1 (December 2013) of the Android Build Tools. If you are experiencing this problem, upgrade using the Android SDK Manager and see if that solves it.

yincrash

edit: this solution ended up not giving me a usable apk

Android dex gives a BufferOverflowException when building

the answer of adding sdk.build.tools=18.1.1 to the project.properties worked for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!