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 9a9da9c commit 6c362b6Copy full SHA for 6c362b6
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
# Install AVD files
34
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "system-images;android-${ANDROID_API};default;${ANDROID_ARCH}"
35
# 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
+ 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
37
echo "y" | $ANDROID_HOME/emulator/emulator -list-avds
38
echo "Starting emulator"
39
# Start emulator in background
0 commit comments