gedaechtnas/meta/install-android
Joscha 0beaecb317 Make install-android a bit more robust
Not sure if this is absolutely necessary, but it doesn't hurt either.
2025-01-28 15:04:27 +01:00

12 lines
257 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
$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