Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jheng-hao-lin-cko committed Oct 16, 2023
1 parent 796f55e commit ba6c2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launch-emulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ yes | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --package_file=./scr
$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/avdmanager create avd -n testingAVD -d pixel --package "system-images;android-29;google_apis;x86_64"

# Start an emulator
$ANDROID_SDK_ROOT/emulator/emulator -avd testingAVD -no-accel -no-window -no-audio -no-snapshot -no-boot-anim -camera-back none -camera-front none &
$ANDROID_SDK_ROOT/emulator/emulator -avd testingAVD -partition-size 512 -no-window -no-audio -no-snapshot -no-boot-anim -camera-back none -camera-front none &

0 comments on commit ba6c2b3

Please sign in to comment.