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 bf45b00 commit d1adf24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ jobs:
--package "$ANDROID_OS_IMAGE" \
--name "MyAVD"
avdmanager list avd
echo "ANDROID_PREFS_ROOT=$ANDROID_PREFS_ROOT"
echo "ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT"
echo "ANDROID_HOME=$ANDROID_HOME"
echo "ANDROID_SDK_HOME=$ANDROID_SDK_HOME"
echo "ANDROID_AVD_HOME=$ANDROID_AVD_HOME"
echo "ANDROID_EMULATOR_HOME=$ANDROID_EMULATOR_HOME"
echo "HOME=$HOME"
cat << EOF >> ~/.android/avd/MyAVD.avd/config.ini
hw.cpu.ncore=2
hw.gpu.enabled=yes
Expand Down

0 comments on commit d1adf24

Please sign in to comment.