Skip to content

Commit dda31f1

Browse files
committed
Try to run the Android emulator
1 parent 0d3e4ea commit dda31f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- name: "Launch emulator"
1616
run: |
1717
# Install AVD files
18-
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install 'system-images;android-28;default;armeabi-v7a'
18+
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install 'system-images;android-28;default;x86_64'
1919
# Create emulator
20-
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n test -d "Nexus 10" -k 'system-images;android-28;default;armeabi-v7a' --force
20+
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n test -d "Nexus 10" -k 'system-images;android-28;default;x86_64' --force
2121
echo "y" | $ANDROID_HOME/emulator/emulator -list-avds
2222
echo "Starting emulator"
2323
# Start emulator in background

0 commit comments

Comments
 (0)