Make install-android a bit more robust

Not sure if this is absolutely necessary, but it doesn't hurt either.
This commit is contained in:
Joscha 2025-01-28 15:04:27 +01:00
parent 2febfca78f
commit 0beaecb317

View file

@ -5,5 +5,8 @@ $ANDROID_HOME/platform-tools/adb devices
echo "Waiting to give phone a chance to connect"
sleep 5
echo
$ANDROID_HOME/platform-tools/adb devices
$ANDROID_HOME/platform-tools/adb install -r target/release/gdn-app.apk