Glass Development Kit installed but not found by Android Studio

元气小坏坏 提交于 2019-12-06 05:57:10

You can try using the base build Tools for GDK:

android { compileSdkVersion "Google Inc.:Glass Development Kit Preview:19" buildToolsVersion "19.1.0" }

Download Android 4.4.2 or API 19.

Or try using this link . It creates a new project of GDK, and you can check how gradle looks afterwards.

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