Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccarthyIrl committed Mar 9, 2024
1 parent e047c24 commit 823bd06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/startEmulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ nohup $ANDROID_HOME/emulator/emulator -avd testRunnner \
-accel auto \
-gpu auto \
-qemu -lcd-density 420 > /dev/null 2>&1 &
$ADB wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done'

sleep 60

echo "Connected Devices:"
$ADB devices
Expand Down

0 comments on commit 823bd06

Please sign in to comment.