Skip to content

Commit

Permalink
Update readme with new commands to launch emulator.
Browse files Browse the repository at this point in the history
  • Loading branch information
SundeepK committed Jun 2, 2018
1 parent aebe75d commit 85749a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Android 19 emulator is used because it seems to be a fast enough on travis-ci an

Install the abi and accept:
```bash
$ $ANDROID_HOME/tools/bin/sdkmanager 'system-images;android-24;default;x86'
$ $ANDROID_HOME/tools/bin/sdkmanager 'system-images;android-19;google_apis;armeabi-v7a'
```

Create the emulator:
```bash
$ echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --force -n testCompactCalendarEmulator -k "system-images;android-24;default;x86"
$ echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --force -n testCompactCalendarEmulator -k "system-images;android-19;google_apis;armeabi-v7a"
```

Create sd card (creating in current dir):
Expand Down

0 comments on commit 85749a4

Please sign in to comment.