Skip to content

Commit

Permalink
fix system image
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 15, 2024
1 parent f035733 commit 367cc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:

- name: Install SDK Tools
run: |
sdkmanager 'system-images;android-28/google_apis;arm64-v8a' 'tools'
sdkmanager 'system-images;android-28;google_apis;arm64-v8a' 'tools'
bash -c 'yes || true' | sdkmanager --licenses
shell: bash

- name: Create virtual device
run: |
pwd
echo no | avdmanager create avd --force --name emu --device "pixel_8" -k 'system-images;android-28/google_apis;arm64-v8a'
echo no | avdmanager create avd --force --name emu --device "pixel_8" -k 'system-images;android-28;google_apis;arm64-v8a'
avdmanager list avd
ls -al $ANDROID_EMULATOR_HOME
echo "Emulator version:"
Expand Down

0 comments on commit 367cc54

Please sign in to comment.