Loading docs/html/wear/preview/downloads.jd +15 −10 Original line number Diff line number Diff line Loading @@ -223,8 +223,8 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement </p> <p class="warning"> <strong>Warning:</strong> Installing a system image on a watch removes all data from the watch, so you should back up your data first. <strong>Warning:</strong> Installing a system image on a watch removes all data from the watch, so you should back up your data first. </p> <h3 id="preview_system_images"> Loading @@ -233,8 +233,13 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement <p> 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. </p> <p> To restore your device to its original state during the preview, you can flash the appropriate retail system image, below, to the device. </p> <h4 id="preview_image_for_lge_watch_urbane_2nd_edition"> Loading @@ -261,9 +266,9 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement <td> Preview image for testing </td> <td><a href="#top" onclick="onDownload(this)">nemo-nvd36i-factory-9cdd2ac0.tgz</a><br> MD5: b33ba8e59780fbe5c83d8936b108640f<br> SHA-1: 9cdd2ac01f2976cafe5a21958298dac159b7a325 <td><a href="#top" onclick="onDownload(this)">nemo-nvd83h-factory-48ac950c.tgz</a><br> MD5: dd351884cce9fb5bf1bdec0a8e5f56e3<br> SHA-1: 48ac950c48faef96a7770e3c1acb56d23a28d859 </td> </tr> Loading Loading @@ -302,9 +307,9 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement <td> Preview image for testing </td> <td><a href="#top" onclick="onDownload(this)">sturgeon-nvd36i-factory-2cbe5080.tgz</a><br> MD5: ccc972cdc33cba778a2f624066ef5713<br> SHA-1: 2cbe5080ded060ce43ba65ff27e2290b28981634 <td><a href="#top" onclick="onDownload(this)">sturgeon-nvd83h-factory-cb5a11ab.tgz</a><br> MD5: 38c1047992b1d28f6833d9f6c8470cdc<br> SHA-1: cb5a11ab0260ea3ca7da5894e73e41f70357da6b </td> </tr> <tr id="sturgeon-non-preview"> Loading docs/html/wear/preview/program.jd +18 −5 Original line number Diff line number Diff line Loading @@ -79,6 +79,11 @@ page.image=images/cards/card-n-sdk_2x.png </div> <div class="col-4of12"> <h5> </h5> <p> </p> </div> </div> </div> Loading @@ -90,7 +95,7 @@ page.image=images/cards/card-n-sdk_2x.png <p> 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. </p> <p> Loading Loading @@ -136,7 +141,7 @@ page.image=images/cards/card-n-sdk_2x.png </p> <p> 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 Loading Loading @@ -196,9 +201,9 @@ page.image=images/cards/card-n-sdk_2x.png </h3> <p> You can download these hardware system images at <a href= You can download these hardware system images from the <a href= "{@docRoot}wear/preview/downloads.html">Download and Test with a Device</a>: Device</a> page: </p> <ul> Loading @@ -210,7 +215,15 @@ page.image=images/cards/card-n-sdk_2x.png </ul> <p> 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 <a href="{@docRoot}wear/preview/downloads.html">Download and Test with a Device</a> page. </p> <p> 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. </p> Loading docs/html/wear/preview/start.jd +36 −15 Original line number Diff line number Diff line Loading @@ -107,10 +107,10 @@ page.image=images/cards/card-n-sdk_2x.png <tr> <td> <a href="http://storage.googleapis.com/androiddevelopers/shareables/wear-preview/wearable-support-preview-1-docs.zip">wearable-support-preview-1-docs.zip</a> <a href="http://storage.googleapis.com/androiddevelopers/shareables/wear-preview/wearable-support-preview-2-docs.zip">wearable-support-preview-2-docs.zip</a> </td> <td>MD5: 02f9dc7714c00076b323c9081655c3b2<br> SHA-1: 075f3821ee9b66a919a0e8086f79c12bc9576fb2 <td>MD5: afb770c9c5c0431bbcbdde186f1eae06<br> SHA-1: 81d681e61cee01f222ea82e83297d23c4e55b8f3 </td> </tr> </table> Loading Loading @@ -146,16 +146,26 @@ page.image=images/cards/card-n-sdk_2x.png plugin. </li> <li>In the <code>build.gradle</code> file for the Wear module, in the <code>dependencies</code> section, update the existing reference to the <li>In the <code>build.gradle</code> file for the Wear module: <ul> <li>In the <code>android</code> section, update the <code>compileSdkVersion</code> to 24. </li> <li>In the <code>android</code> section, update the <code>targetSdkVersion</code> to 24. </li> <li>In the <code>dependencies</code> section, update the existing reference to the Wearable Support Library (for example, <code>compile 'com.google.android.support:wearable:1.4.0'</code>) by changing it to the following, which requires that your the Google Repository <a href= "#install_android_studio_and_the_latest_packages">is the latest version</a>: <pre> compile 'com.google.android.support:wearable:2.0.0-alpha1' </pre> <code>compile 'com.google.android.support:wearable:2.0.0-alpha2'</code> </li> </ul> </li> <li>See the following page for setting up a watch or emulator with a Loading Loading @@ -190,13 +200,24 @@ compile 'com.google.android.support:wearable:2.0.0-alpha1' wizard. </li> <li>In the <code>build.gradle</code> file for the Wear module, in the <code>dependencies</code> section, update the existing reference to the Wearable Support Library (perhaps <code>compile 'com.google.android.support:wearable:1.4.0'</code>) to: <pre> compile 'com.google.android.support:wearable:2.0.0-alpha1' </pre> <li>In the <code>build.gradle</code> file for the Wear module: <ul> <li>In the <code>android</code> section, update the <code>compileSdkVersion</code> to 24. </li> <li>In the <code>android</code> section, update the <code>targetSdkVersion</code> to 24. </li> <li>In the <code>dependencies</code> section, update the existing reference to the Wearable Support Library (for example, <code>compile 'com.google.android.support:wearable:1.4.0'</code>) by changing it to the following, which requires that your the Google Repository <a href= "#install_android_studio_and_the_latest_packages">is the latest version</a>: <code>compile 'com.google.android.support:wearable:2.0.0-alpha2'</code> </li> </ul> </li> <li>See the following page for setting up a watch or emulator with a Loading Loading
docs/html/wear/preview/downloads.jd +15 −10 Original line number Diff line number Diff line Loading @@ -223,8 +223,8 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement </p> <p class="warning"> <strong>Warning:</strong> Installing a system image on a watch removes all data from the watch, so you should back up your data first. <strong>Warning:</strong> Installing a system image on a watch removes all data from the watch, so you should back up your data first. </p> <h3 id="preview_system_images"> Loading @@ -233,8 +233,13 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement <p> 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. </p> <p> To restore your device to its original state during the preview, you can flash the appropriate retail system image, below, to the device. </p> <h4 id="preview_image_for_lge_watch_urbane_2nd_edition"> Loading @@ -261,9 +266,9 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement <td> Preview image for testing </td> <td><a href="#top" onclick="onDownload(this)">nemo-nvd36i-factory-9cdd2ac0.tgz</a><br> MD5: b33ba8e59780fbe5c83d8936b108640f<br> SHA-1: 9cdd2ac01f2976cafe5a21958298dac159b7a325 <td><a href="#top" onclick="onDownload(this)">nemo-nvd83h-factory-48ac950c.tgz</a><br> MD5: dd351884cce9fb5bf1bdec0a8e5f56e3<br> SHA-1: 48ac950c48faef96a7770e3c1acb56d23a28d859 </td> </tr> Loading Loading @@ -302,9 +307,9 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement <td> Preview image for testing </td> <td><a href="#top" onclick="onDownload(this)">sturgeon-nvd36i-factory-2cbe5080.tgz</a><br> MD5: ccc972cdc33cba778a2f624066ef5713<br> SHA-1: 2cbe5080ded060ce43ba65ff27e2290b28981634 <td><a href="#top" onclick="onDownload(this)">sturgeon-nvd83h-factory-cb5a11ab.tgz</a><br> MD5: 38c1047992b1d28f6833d9f6c8470cdc<br> SHA-1: cb5a11ab0260ea3ca7da5894e73e41f70357da6b </td> </tr> <tr id="sturgeon-non-preview"> Loading
docs/html/wear/preview/program.jd +18 −5 Original line number Diff line number Diff line Loading @@ -79,6 +79,11 @@ page.image=images/cards/card-n-sdk_2x.png </div> <div class="col-4of12"> <h5> </h5> <p> </p> </div> </div> </div> Loading @@ -90,7 +95,7 @@ page.image=images/cards/card-n-sdk_2x.png <p> 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. </p> <p> Loading Loading @@ -136,7 +141,7 @@ page.image=images/cards/card-n-sdk_2x.png </p> <p> 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 Loading Loading @@ -196,9 +201,9 @@ page.image=images/cards/card-n-sdk_2x.png </h3> <p> You can download these hardware system images at <a href= You can download these hardware system images from the <a href= "{@docRoot}wear/preview/downloads.html">Download and Test with a Device</a>: Device</a> page: </p> <ul> Loading @@ -210,7 +215,15 @@ page.image=images/cards/card-n-sdk_2x.png </ul> <p> 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 <a href="{@docRoot}wear/preview/downloads.html">Download and Test with a Device</a> page. </p> <p> 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. </p> Loading
docs/html/wear/preview/start.jd +36 −15 Original line number Diff line number Diff line Loading @@ -107,10 +107,10 @@ page.image=images/cards/card-n-sdk_2x.png <tr> <td> <a href="http://storage.googleapis.com/androiddevelopers/shareables/wear-preview/wearable-support-preview-1-docs.zip">wearable-support-preview-1-docs.zip</a> <a href="http://storage.googleapis.com/androiddevelopers/shareables/wear-preview/wearable-support-preview-2-docs.zip">wearable-support-preview-2-docs.zip</a> </td> <td>MD5: 02f9dc7714c00076b323c9081655c3b2<br> SHA-1: 075f3821ee9b66a919a0e8086f79c12bc9576fb2 <td>MD5: afb770c9c5c0431bbcbdde186f1eae06<br> SHA-1: 81d681e61cee01f222ea82e83297d23c4e55b8f3 </td> </tr> </table> Loading Loading @@ -146,16 +146,26 @@ page.image=images/cards/card-n-sdk_2x.png plugin. </li> <li>In the <code>build.gradle</code> file for the Wear module, in the <code>dependencies</code> section, update the existing reference to the <li>In the <code>build.gradle</code> file for the Wear module: <ul> <li>In the <code>android</code> section, update the <code>compileSdkVersion</code> to 24. </li> <li>In the <code>android</code> section, update the <code>targetSdkVersion</code> to 24. </li> <li>In the <code>dependencies</code> section, update the existing reference to the Wearable Support Library (for example, <code>compile 'com.google.android.support:wearable:1.4.0'</code>) by changing it to the following, which requires that your the Google Repository <a href= "#install_android_studio_and_the_latest_packages">is the latest version</a>: <pre> compile 'com.google.android.support:wearable:2.0.0-alpha1' </pre> <code>compile 'com.google.android.support:wearable:2.0.0-alpha2'</code> </li> </ul> </li> <li>See the following page for setting up a watch or emulator with a Loading Loading @@ -190,13 +200,24 @@ compile 'com.google.android.support:wearable:2.0.0-alpha1' wizard. </li> <li>In the <code>build.gradle</code> file for the Wear module, in the <code>dependencies</code> section, update the existing reference to the Wearable Support Library (perhaps <code>compile 'com.google.android.support:wearable:1.4.0'</code>) to: <pre> compile 'com.google.android.support:wearable:2.0.0-alpha1' </pre> <li>In the <code>build.gradle</code> file for the Wear module: <ul> <li>In the <code>android</code> section, update the <code>compileSdkVersion</code> to 24. </li> <li>In the <code>android</code> section, update the <code>targetSdkVersion</code> to 24. </li> <li>In the <code>dependencies</code> section, update the existing reference to the Wearable Support Library (for example, <code>compile 'com.google.android.support:wearable:1.4.0'</code>) by changing it to the following, which requires that your the Google Repository <a href= "#install_android_studio_and_the_latest_packages">is the latest version</a>: <code>compile 'com.google.android.support:wearable:2.0.0-alpha2'</code> </li> </ul> </li> <li>See the following page for setting up a watch or emulator with a Loading