Skip to content

Instantly share code, notes, and snippets.

@brendajin
Last active January 3, 2016 10:29
Show Gist options
  • Save brendajin/8450056 to your computer and use it in GitHub Desktop.
Save brendajin/8450056 to your computer and use it in GitHub Desktop.
Updating Glassware Instructions

#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

  1. 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
  2. Make sure Android Studio is up to date
  3. 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
  4. FIX the red squiggles (could be updating broken methods, for example)

Thanks to @mimming for the help!

Keywords: #AndroidStudio #GDK #GoogleGlass #Glassware #apk #gradle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment