From ea5a86beafcb52f54544e079ef7e4f8ac8b070f4 Mon Sep 17 00:00:00 2001 From: mvglasow Date: Sun, 20 Jun 2021 20:50:49 +0300 Subject: Fix:port/android:Correct path to Android APK in build script Signed-off-by: mvglasow --- scripts/build_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build_android.sh b/scripts/build_android.sh index 57bf42c50..4c2ba02bd 100755 --- a/scripts/build_android.sh +++ b/scripts/build_android.sh @@ -78,6 +78,6 @@ echo Build ./gradlew assembleDebug || exit 128 echo Build finished. -echo APK should be in "navit/android/build/outputs/apk" and can be installed with +echo APK should be in "build/outputs/apk" and can be installed with echo ./gradlew installDebug -- cgit v1.2.1