diff --git a/docs/BUILD.md b/docs/BUILD.md index fa0c1b4ca..df1a682d4 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -84,8 +84,6 @@ The repository will be downloaded to the directory `uhabits`. 1. Navigate to the directory `uhabits` 2. Run `./gradlew assembleDebug --stacktrace` -If the compilation is successful, a debug APK will be generated somewhere inside the folder `uhabits-android/build/`. Currently, the full path is the following, but it may change in the future: +If the compilation is successful, a debug APK will be generated somewhere inside the folder `uhabits-android/build/`. Currently, the full path is `./uhabits-android/build/outputs/apk/debug/uhabits-android-debug.apk`, but it may change in the future. - ./uhabits-android/build/outputs/apk/debug/uhabits-android-debug.apk - The APK can be installed using the tool `adb`, which should have been automatically installed at `/opt/android-sdk/platform-tools/adb` during compilation of the project.