Skip to content

Commit

Permalink
add listing installed images to android start script
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Nov 5, 2024
1 parent 4d97007 commit 293ff20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/start-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ API_LEVEL=${ANDROID_API:-"29"}
AVD_EMULATOR_NAME="sentry_android_${ARCH}"
IMAGE=${ANDROID_IMAGE:-"system-images;android-${API_LEVEL};google_apis;${ARCH}"}

echo "List installed images"
sdkmanager --list | grep "system-images" | grep "Installed"

# Create an Android Virtual Device
echo "Create Test AVDs with..."
echo "ARCH = $ARCH"
Expand Down

0 comments on commit 293ff20

Please sign in to comment.