We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390969a commit b957087Copy full SHA for b957087
1 file changed
.github/workflows/e2e-android.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Create AVD
52
run: |
53
- echo "no" | avdmanager create avd -n test-avd -k "system-images;android-34;google_apis;x86_64" --device "pixel_6"
+ echo "no" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n test-avd -k "system-images;android-34;google_apis;x86_64" --device "pixel_6"
54
mkdir -p ~/.android/avd
55
echo "hw.gpu.mode=swiftshader_indirect" >> ~/.android/avd/test-avd.avd/config.ini
56
echo "hw.gpu.enabled=yes" >> ~/.android/avd/test-avd.avd/config.ini
0 commit comments