Skip to content

Commit 897bf91

Browse files
committed
Update build instructions
1 parent 74d01b3 commit 897bf91

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ micro:bit Android application
99

1010
* [Gradle](https://gradle.org/gradle-download/) (Minimum version [4.6+](https://developer.android.com/studio/releases/gradle-plugin.html#updating-gradle))
1111

12-
* Go to root directory and run `gradle build`. After build is finished, apk file can be found under `~/app/build/outputs/apk/app-debug.apk`
12+
* Fetch submodules `git submodule update --init --recursive`
1313

14-
* Or run `gradle installDebug` to build and install app on plugged android device
14+
* Go to root directory and run `./gradlew assembleDebug`. After build is finished, apk file can be found under `~/app/build/outputs/apk/app-debug.apk`
15+
16+
* Or run `./gradlew installDebug` to build and install app on plugged android device
1517

1618

1719
## Libraries
1820

1921
* [Android-DFU-Library](https://github.com/NordicSemiconductor/Android-DFU-Library)
22+
* [android-partial-flashing-lib](https://github.com/microbit-foundation/android-partial-flashing-lib)
2023
* [android-gif-drawable](https://github.com/koral--/android-gif-drawable)

0 commit comments

Comments
 (0)