From aedd54cf2e41124d9158cf61d7b7f7142c5f46e3 Mon Sep 17 00:00:00 2001 From: MacroController Date: Fri, 3 Jan 2025 16:21:18 +0100 Subject: [PATCH] MD046 --- docs/BUILD.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.