Init
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
./build-apk.sh
|
||||
|
||||
echo "== Installing APK via ADB =="
|
||||
adb install -r portal-capability-test.apk
|
||||
|
||||
echo "== Starting MainActivity / PortalStreamingService =="
|
||||
adb shell am start -n com.portaltv.capability/.MainActivity
|
||||
|
||||
echo "== Done =="
|
||||
Reference in New Issue
Block a user