Error:Module 'App name': platform 'android-15' not found

痴心易碎 提交于 2019-12-25 08:05:02

问题


I am trying to start a project for google glass in android studio. I have all the SDK platforms required but still android studio keeps on giving me this error. Does anyone have any clue whats going on?


回答1:


Sooooo...... remember to make changes in your build.gradle

change compileSdkVersion 15 to compileSdkVersion "Google Inc.:Glass Development Kit Sneak Peek:15"




回答2:


I changed the compileSdkVersion to a lower one, synced, that failed, changed it back to the previous value, synced and it properly built. Very arbitrary, I know.




回答3:


I just selected the update SDK option and then did rebuild. It said daemon started successfully



来源:https://stackoverflow.com/questions/22725158/errormodule-app-name-platform-android-15-not-found

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