Skip to content

Commit

Permalink
Create the AVD another way
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Nov 5, 2023
1 parent 9e8c95a commit d8bc6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: gradle

- name: Create an Android Virtual Device
run: android create avd -n emulator -t 33
run: avdmanager create avd -n emulator -k "system-images;android-33;google_apis;x86_64"

- name: Launch the emulator
run: emulator -avd emulator
Expand Down

0 comments on commit d8bc6a0

Please sign in to comment.