Skip to content

Commit 02e4404

Browse files
fix: use pixel_7
1 parent a337911 commit 02e4404

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.maestro/scripts/setup-android-emulator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
API_LEVEL="36"
5-
DEVICE_ID="pixel_9"
5+
DEVICE_ID="pixel_7"
66
ARCH=$(uname -m)
77
if [ "$ARCH" = "arm64" ] || [ "$ARCH" = "aarch64" ]; then
88
ABI="arm64-v8a"
@@ -11,7 +11,7 @@ else
1111
fi
1212
TAG="google_apis_playstore"
1313
SYSTEM_IMAGE="system-images;android-${API_LEVEL};${TAG};${ABI}"
14-
AVD_NAME="Pixel9-API${API_LEVEL}-Enriched"
14+
AVD_NAME="Pixel7-API${API_LEVEL}-Enriched"
1515
PORT=5570
1616
SERIAL="emulator-${PORT}"
1717

0 commit comments

Comments
 (0)