问题
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