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:
parent
2febfca78f
commit
0beaecb317
1 changed files with 3 additions and 0 deletions
|
|
@ -5,5 +5,8 @@ $ANDROID_HOME/platform-tools/adb devices
|
||||||
|
|
||||||
echo "Waiting to give phone a chance to connect"
|
echo "Waiting to give phone a chance to connect"
|
||||||
sleep 5
|
sleep 5
|
||||||
|
echo
|
||||||
|
|
||||||
|
$ANDROID_HOME/platform-tools/adb devices
|
||||||
|
|
||||||
$ANDROID_HOME/platform-tools/adb install -r target/release/gdn-app.apk
|
$ANDROID_HOME/platform-tools/adb install -r target/release/gdn-app.apk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue