Skip to content

Commit

Permalink
create_AVDs: add script to create standard AVDs
Browse files Browse the repository at this point in the history
  • Loading branch information
wfleischer committed Jan 9, 2025
1 parent 2aadbe4 commit ad579db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions create_AVDs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

avdmanager list

avdmanager create avd -n pixel_6_pro -k "system-images;android-31;google_apis_playstore;arm64-v8a" -d pixel_6_pro
avdmanager create avd -n foldable_8_in -k "system-images;android-31;google_apis_playstore;arm64-v8a" -d "8in Foldable"
avdmanager create avd -n tablet_7_in -k "system-images;android-31;google_apis_playstore;arm64-v8a" -d "7in WSVGA (Tablet)"

# The ratio is not accepted as 10" tablet screenshots in the Play Store.
# avdmanager create avd -n tablet_10_in -k "system-images;android-31;google_apis_playstore;arm64-v8a" -d "10.1in WXGA (Tablet)"
# Use this for the 10" tablet screenshots.
avdmanager create avd -n tablet_13_5_in -k "system-images;android-31;google_apis_playstore;arm64-v8a" -d "13.5in Freeform"

File renamed without changes.

0 comments on commit ad579db

Please sign in to comment.