Skip to content

Commit

Permalink
DEBUG: Why is the emulator config missing?
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Nov 21, 2024
1 parent 4bbdcce commit f692094
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,14 @@ jobs:
- name: Create AVD
run: |
avdmanager -s create avd \
avdmanager create avd \
--package "$ANDROID_OS_IMAGE" \
--name "MyAVD"
ls -l ~/.android/avd/
ls -l ~/.android/avd/MyAVD.avd
cat << EOF >> ~/.android/avd/MyAVD.avd/config.ini
hw.cpu.ncore=2
hw.gpu.enabled=yes
Expand Down

0 comments on commit f692094

Please sign in to comment.