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.

@@ -233,8 +233,13 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement

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.

@@ -261,9 +266,9 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement Preview image for testing - nemo-nvd36i-factory-9cdd2ac0.tgz
- MD5: b33ba8e59780fbe5c83d8936b108640f
- SHA-1: 9cdd2ac01f2976cafe5a21958298dac159b7a325 + nemo-nvd83h-factory-48ac950c.tgz
+ MD5: dd351884cce9fb5bf1bdec0a8e5f56e3
+ SHA-1: 48ac950c48faef96a7770e3c1acb56d23a28d859 @@ -302,9 +307,9 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement Preview image for testing - sturgeon-nvd36i-factory-2cbe5080.tgz
- MD5: ccc972cdc33cba778a2f624066ef5713
- SHA-1: 2cbe5080ded060ce43ba65ff27e2290b28981634 + sturgeon-nvd83h-factory-cb5a11ab.tgz
+ MD5: 38c1047992b1d28f6833d9f6c8470cdc
+ SHA-1: cb5a11ab0260ea3ca7da5894e73e41f70357da6b diff --git a/docs/html/wear/preview/program.jd b/docs/html/wear/preview/program.jd index a130663f6f917..e2bf92f80c6cd 100644 --- a/docs/html/wear/preview/program.jd +++ b/docs/html/wear/preview/program.jd @@ -79,6 +79,11 @@ page.image=images/cards/card-n-sdk_2x.png
+
+
+ +

+

@@ -90,7 +95,7 @@ page.image=images/cards/card-n-sdk_2x.png

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.png - wearable-support-preview-1-docs.zip + wearable-support-preview-2-docs.zip - MD5: 02f9dc7714c00076b323c9081655c3b2
- SHA-1: 075f3821ee9b66a919a0e8086f79c12bc9576fb2 + MD5: afb770c9c5c0431bbcbdde186f1eae06
+ SHA-1: 81d681e61cee01f222ea82e83297d23c4e55b8f3 @@ -146,16 +146,26 @@ page.image=images/cards/card-n-sdk_2x.png plugin. -
  • In the build.gradle file for the Wear module, in the - dependencies section, update the existing reference to the +
  • In the build.gradle file for the Wear module: +
  • See the following page for setting up a watch or emulator with a @@ -190,13 +200,24 @@ compile 'com.google.android.support:wearable:2.0.0-alpha1' wizard.
  • -
  • In the 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'
    -      
    +
  • In the build.gradle file for the Wear module: +
  • See the following page for setting up a watch or emulator with a