diff --git a/docs/html/wear/preview/downloads.jd b/docs/html/wear/preview/downloads.jd index 83a3f98452c89..da6a06d485c0c 100644 --- a/docs/html/wear/preview/downloads.jd +++ b/docs/html/wear/preview/downloads.jd @@ -653,6 +653,12 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement "{@docRoot}studio/intro/update.html#sdk-manager">SDK Manager.
++ After you create a virtual device as described below, follow the steps for + setting up a phone with the beta version of + the Android Wear companion app. +
+Create a new virtual device in Android Studio as follows:
@@ -696,7 +702,9 @@ This is the Android Wear SDK Preview License Agreement (the “License Agreement
android {
+ // Allows you to reference product flavors in your
+ // phone module's build.gradle file
+ publishNonDefault true
...
defaultConfig
{
@@ -148,6 +151,7 @@ android {
minSdkVersion 24
}
}
+}
@@ -158,7 +162,7 @@ android {
dependencies {
...
- wearApp project(path: ':wearable', configuration: 'wear1Release')
+ wearApp project(path: ':wear', configuration: 'wear1Release')
}