Search code examples
android-studiogoogle-gdk

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


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?

Everything is installed!


Solution

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

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