Skip to content

Commit 6c362b6

Browse files
committed
Try to run the Android emulator
1 parent 9a9da9c commit 6c362b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Install AVD files
3434
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "system-images;android-${ANDROID_API};default;${ANDROID_ARCH}"
3535
# Create emulator
36-
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -f -n test -k "system-images;android-${ANDROID_API};default;${ANDROID_ARCH}" --force
36+
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -f -n test -d "Nexus 10" -k "system-images;android-${ANDROID_API};default;${ANDROID_ARCH}" --force
3737
echo "y" | $ANDROID_HOME/emulator/emulator -list-avds
3838
echo "Starting emulator"
3939
# Start emulator in background

0 commit comments

Comments
 (0)