You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Note: It is much harder to build manually. We recommend you use Android Studio o
30
30
1. Set the environment variable `ANDROID_HOME` to be the path to your Android SDK
31
31
2. Set the environment variable `JAVA_HOME` to the path to your Java SDK
32
32
3. Run `gradlew.bat assembleDebug` (Windows) or `./gradlew assembleDebug` (Mac / Linux) to build an unisgned apk
33
-
4. Alternatively, you can also connect your Android device via USB and install the app on it directly by running `gradlew.bat installDebug` (Windows) or `./gradlew assembleRelease` (Mac / Linux)
33
+
4. Alternatively, you can also connect your Android device via USB and install the app on it directly by running `gradlew.bat installDebug` (Windows) or `./gradlew installDebug` (Mac / Linux)
34
34
35
35
There are more thorough instructions on the [Android Developers website][5]
0 commit comments