Skip to content

Commit

Permalink
feat: follow emulator best practices (react-native-community#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oakes authored May 9, 2020
2 parents 66b26bb + a5765a2 commit ac709c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commands/android_emulator_start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ steps:
- run:
name: Create Android Emulator
command: avdmanager create avd --force -n <<parameters.device_name>> -k "system-images;<<parameters.platform_version>>;google_apis;x86" -g google_apis -d "Nexus 4"
command:
avdmanager create avd --force --name <<parameters.device_name>> --package
"system-images;<<parameters.platform_version>>;default;x86_64" --tag
default --device pixel

- run:
name: Start Android Emulator (background)
Expand Down

0 comments on commit ac709c1

Please sign in to comment.