@@ -26,7 +26,7 @@ This is a Gradle-based project that works best with [Android Studio].
26
26
> __ NOTE II__ : Building the project as-is requires the Android Wear SDK, which
27
27
you can download from http://developer.android.com/wear/. If you NOT wish to
28
28
build with Android Wear support, further details can be found in the
29
- [Building without Android Wear] section in this document.
29
+ [Building without Android Wear] section in this document.
30
30
<hr >
31
31
32
32
## Build the app
@@ -58,7 +58,7 @@ This is a Gradle-based project that works best with [Android Studio].
58
58
59
59
4 . Create a file in your working directory called local.properties,
60
60
containing the path to your Android SDK. Use local.properties.example as a
61
- model. _ (On Windows, use a double-backslash (" \\ " ) as a path separator. )_
61
+ model. _ (On Windows, use a double-backslash (` \\ ` ) as a path separator! )_
62
62
63
63
5 . Import the project in Android Studio:
64
64
@@ -76,25 +76,25 @@ This is a Gradle-based project that works best with [Android Studio].
76
76
details. If you wish to build with Android Wear support, please refer to the
77
77
[Packaging Wearable Apps] guide for further details.
78
78
79
- 7.A Choose Build > Make Project in Android Studio or run the following
80
- command in the project root directory:
79
+ 7 . Choose Build > Make Project in Android Studio or run the following
80
+ command in the project root directory:
81
81
``` sh
82
82
./gradlew clean assembleDebug
83
- ```
84
- 8 . To install on your test device:
83
+ ```
85
84
85
+ 8 . To install on your test device:
86
86
``` sh
87
87
./gradlew installDebug
88
- ```
88
+ ```
89
89
90
90
## Building without Android Wear
91
91
92
92
If you do NOT wish to build the Android Wear component, you need to make the two
93
93
changes below.
94
- 1. Open android/build.gradle and remove (or comment out) the following line:
95
- ```
96
- wearApp project(":Wearable")
97
- ```
94
+ 1. Open android/build.gradle and remove (or comment out) the following line:
95
+ ```
96
+ wearApp project(": Wearable ")
97
+ ```
98
98
2. Open settings.gradle and remove ` ':Wearable' ` , leaving only ` ':android' ` .
99
99
100
100
# Server-side setup
0 commit comments