diff options
| author | Robert Ly <robertly@google.com> | 2014-06-25 21:34:58 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-25 17:34:07 +0000 |
| commit | ed929960584cba38a81b49cff597dba59d50a0a7 (patch) | |
| tree | 14424a07520368d2ef4271559fdf47010cb67e44 /docs/html | |
| parent | 8f832719632cdbcbcc555c94f898ddbf38174de9 (diff) | |
| parent | a67bb2635284e28cb0fee561cf75394ca515572e (diff) | |
| download | frameworks_base-ed929960584cba38a81b49cff597dba59d50a0a7.zip frameworks_base-ed929960584cba38a81b49cff597dba59d50a0a7.tar.gz frameworks_base-ed929960584cba38a81b49cff597dba59d50a0a7.tar.bz2 | |
Merge "docs: add gcore instructions for preview" into klp-modular-dev
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/preview/google-play-services-wear.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/html/preview/google-play-services-wear.html b/docs/html/preview/google-play-services-wear.html index 31ae25b..3070dbc 100644 --- a/docs/html/preview/google-play-services-wear.html +++ b/docs/html/preview/google-play-services-wear.html @@ -73,6 +73,24 @@ preferably from your mobile browser:</p> <img style="margin-top:40px" src="/preview/images/opt-in.png"></li> </ol> <h2 style="margin-bottom: 0px;">3. Start Building</h2><hr> + +<p>The Google Play services SDK is required if you want to sync and send data between wearable +and handheld devices. To get the new SDK that is compatible with the Google Play services +APK that you just installed, follow these steps: </p> + +<p class="note"><b>Note:</b> We highly recommend you use Android Studio for Wear development.</p> +<ol> + <li>Start AVD Manager.</li> + <li>Update the Android SDK Tools and Platform-tools to versions 23 and 20 respectively.</li> + <li>Click <b>Tools > Manage Add-on Sites > User Defined Sites</b>.</li> + <li>Click <b>New</b>, enter + <code>https://dl-ssl.google.com/android/repository/addon-play-services-5.xml</code> into the + text field, and click <b>OK</b>.</li> + <li>Click Close. You should now see new emulator images that support this preview + release of Google Play services and the Google Play services client libraries you need to + start developing.</li> +</ol> + <p>Check out the <a href="/training/building-wearables">Building Apps for Wearables</a> training classes for information on how to build for Wear.</p> </div> |
