Skip to content

Commit

Permalink
Quote android-init cmd for when path has spaces
Browse files Browse the repository at this point in the history
Courtesy of @donangel, suggesting it via slack
  • Loading branch information
ErjanGavalji committed Feb 19, 2016
1 parent 9506d5c commit bc61da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start/ns-setup-win.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For Android development
1. Install the required Android SDKs and the Android Support Repository.

```Shell
echo yes | %ANDROID_HOME%\tools\android update sdk --filter tools,platform-tools,android-22,build-tools-22.0.1,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
echo yes | "%ANDROID_HOME%\tools\android" update sdk --filter tools,platform-tools,android-22,build-tools-22.0.1,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui
```
1. (Optional) Install Genymotion.<br/>Genymotion is a third-party native emulator.
1. Go to [Get Genymotion](https://www.genymotion.com/#!/download), select Windows and click **Get Genymotion**.<br/>You might want to download the larger archive which contains VirtualBox.
Expand Down

0 comments on commit bc61da8

Please sign in to comment.