mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 15:27:55 -04:00
More debug messages
This commit is contained in:
parent
d279e5f511
commit
ec958b3b53
@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [ -f build/outputs/apk/android-debug-unaligned.apk ]
|
||||
then
|
||||
echo "Uninstalling old Kiwix APK..."
|
||||
../src/dependencies/android-sdk/platform-tools/adb uninstall org.kiwix.kiwixmobile ;
|
||||
echo "Installing new Kiwix APK..."
|
||||
../src/dependencies/android-sdk/platform-tools/adb install build/outputs/apk/android-debug-unaligned.apk
|
||||
else
|
||||
echo "No APK file available!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user