Skip to content

Commit

Permalink
Fix:port/android:Correct path to Android APK in build script
Browse files Browse the repository at this point in the history
Signed-off-by: mvglasow <michael -at- vonglasow.com>
  • Loading branch information
mvglasow authored and jkoan committed Jun 20, 2021
1 parent 0c64cb6 commit ea5a86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea5a86b

Please sign in to comment.