-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create_AVDs: add script to create standard AVDs
- Loading branch information
1 parent
2aadbe4
commit c50a3bb
Showing
4 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.