Skip to content

Commit d1adf24

Browse files
committed
DEBUG: Why is the emulator config missing?
1 parent bf45b00 commit d1adf24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test-e2e.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@ jobs:
124124
--package "$ANDROID_OS_IMAGE" \
125125
--name "MyAVD"
126126
127+
avdmanager list avd
128+
129+
echo "ANDROID_PREFS_ROOT=$ANDROID_PREFS_ROOT"
130+
echo "ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT"
131+
echo "ANDROID_HOME=$ANDROID_HOME"
132+
echo "ANDROID_SDK_HOME=$ANDROID_SDK_HOME"
133+
echo "ANDROID_AVD_HOME=$ANDROID_AVD_HOME"
134+
echo "ANDROID_EMULATOR_HOME=$ANDROID_EMULATOR_HOME"
135+
echo "HOME=$HOME"
136+
127137
cat << EOF >> ~/.android/avd/MyAVD.avd/config.ini
128138
hw.cpu.ncore=2
129139
hw.gpu.enabled=yes

0 commit comments

Comments
 (0)