Skip to content

Commit

Permalink
update emulator create command
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlafoy committed Jul 24, 2020
1 parent 6c47dd4 commit 2f8f1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup-android
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ yes | sdkmanager "emulator"
yes | sdkmanager "platform-tools"

echo "== Creating virtual device"
echo 'n' | avdmanager create avd -n Nexus5 --package "system-images;android-28;google_apis;x86_64" --force --device "Nexus 5"
echo 'n' | avdmanager create avd -n Nexus5 --package "system-images;android-28;default;x86_64" --force --device "Nexus 5"

echo 'Add the following to your environment file:
--------------------------------------------
Expand Down

0 comments on commit 2f8f1e9

Please sign in to comment.