#Instructions Every time there is an Over-the-Air or XE release, you will need to update your Glassware. Here are some steps that I documented to keep you up to speed and fix your broken application.
##Steps
- Go to Android SDK manager and get the latest GDK version under
- Android 4.0.3 (this might change in the future, so scan or search)
- GDK Sneak Peak
- Install
- Accept
- Make sure Android Studio is up to date
- Check gradle plugin version (may be optional, brittle)
- Make sure your
build.gradle
buildscript
dependencies
are updated - Check and update the
distributionUrl
. Mine ended up looking like this:distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-all.zip
- Make sure your
- FIX the red squiggles (could be updating broken methods, for example)
Thanks to @mimming for the help!
Keywords: #AndroidStudio #GDK #GoogleGlass #Glassware #apk #gradle