Add build and install scripts
This commit is contained in:
parent
e8059d2fbd
commit
af81c26d98
3 changed files with 35 additions and 0 deletions
9
meta/install_android
Executable file
9
meta/install_android
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
$ANDROID_HOME/platform-tools/adb devices
|
||||
|
||||
echo "Waiting to give phone a chance to connect"
|
||||
sleep 5
|
||||
|
||||
$ANDROID_HOME/platform-tools/adb install -r target/release/gdn-app.apk
|
||||
Loading…
Add table
Add a link
Reference in a new issue