diff --git a/.github/workflows/android_manual.yml b/.github/workflows/android_manual.yml index ca0257f..3850062 100644 --- a/.github/workflows/android_manual.yml +++ b/.github/workflows/android_manual.yml @@ -72,8 +72,8 @@ jobs: cd firefox-android/**/mobile/android/fenix - name: Start emulator run: | - echo no | android create avd --force -n test -k "system-images;android-34;google_apis;x86" --device "Pixel 3a" - emulator -avd test -no-audio -no-window -gpu swiftshader -no-snapshot -no-accel & + avdmanager create avd -n pixel_3a -k "system-images;android-34;google_apis;x86" --device "pixel_3a" + $ANDROID_HOME/emulator/emulator -avd pixel_3a -no-audio -no-window -gpu swiftshader -no-snapshot -no-accel & - name: Wait for emulator to start run: | adb devices