diff --git a/docs/html/wear/preview/downloads.jd b/docs/html/wear/preview/downloads.jd index 86895047d7d24..4bc401bae0728 100644 --- a/docs/html/wear/preview/downloads.jd +++ b/docs/html/wear/preview/downloads.jd @@ -223,8 +223,8 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement
- Warning: Installing a system image on a watch removes all data from the - watch, so you should back up your data first. + Warning: Installing a system image on a watch removes all + data from the watch, so you should back up your data first.
The preview includes system images for testing your app. Based on your - device, you can download a preview system image from the following tables - and flash it to the corresponding device. + device, you can download a preview system image from one of the + following tables and flash it to the corresponding device. +
+ ++ To restore your device to its original state during the preview, + you can flash the appropriate retail system image, below, to the device.
+
The Android Wear 2.0 Developer Preview runs from 18 May 2016 until the - final Android Wear public release to OEMs, planned for Q4 2016. + final Android Wear public release to OEMs.
@@ -136,7 +141,7 @@ page.image=images/cards/card-n-sdk_2x.png
- At milestones 4 and 5 you'll have access to the final Android Wear 2.0 + At milestone 4, you'll have access to the final Android Wear 2.0 APIs and SDK to develop with, as well as near-final system images to test system behaviors and features. Android Wear 2.0 will use the Android N API level at this time. You can begin final compatibility testing of your @@ -196,9 +201,9 @@ page.image=images/cards/card-n-sdk_2x.png
- You can download these hardware system images at Download and Test with a - Device: + Device page:
- Please keep in mind that the Developer Preview system images + To restore your device to its + original state during the preview, you can flash the + appropriate retail system image from + the Download and + Test with a Device page. +
+ ++ Please keep in mind that the preview system images are for app developers only, and for compatibility testing and early development only, and are not ready for day-to-day use.
diff --git a/docs/html/wear/preview/start.jd b/docs/html/wear/preview/start.jd index 65d4b56e164d4..8fccdc82cd5a2 100644 --- a/docs/html/wear/preview/start.jd +++ b/docs/html/wear/preview/start.jd @@ -107,10 +107,10 @@ page.image=images/cards/card-n-sdk_2x.pngbuild.gradle file for the Wear module, in the
- dependencies section, update the existing reference to the
+ build.gradle file for the Wear module:
+ android section, update the
+ compileSdkVersion to 24.
+ android section, update the
+ targetSdkVersion to 24.
+ dependencies section, update
+ the existing reference to the
Wearable Support Library (for example, compile
'com.google.android.support:wearable:1.4.0') by changing it to the
following, which requires that your the Google Repository is the latest
version:
- -compile 'com.google.android.support:wearable:2.0.0-alpha1' -+
compile 'com.google.android.support:wearable:2.0.0-alpha2'
+ build.gradle file for the Wear module, in the
- dependencies section, update the existing reference to the
- Wearable Support Library (perhaps compile
- 'com.google.android.support:wearable:1.4.0') to:
- -compile 'com.google.android.support:wearable:2.0.0-alpha1' -+
build.gradle file for the Wear module:
+ android section, update the
+ compileSdkVersion to 24.
+ android section, update the
+ targetSdkVersion to 24.
+ dependencies section, update
+ the existing reference to the
+ Wearable Support Library (for example, compile
+ 'com.google.android.support:wearable:1.4.0') by changing it to the
+ following, which requires that your the Google Repository is the latest
+ version:
+ compile 'com.google.android.support:wearable:2.0.0-alpha2'
+