Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Update ns-setup-win.md #1916

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/start/ns-setup-win.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Complete the following steps to set up NativeScript on your Windows development
<pre class="add-copy-button"><code class="language-terminal">choco install android-sdk -y
</code></pre>

- Restart the command prompt.
<pre class="add-copy-button"><code class="language-terminal">refreshenv
</code></pre>

6. Install all packages for the Android SDK Platform 28, Android SDK Build-Tools 28.0.3 or later, Android Support Repository, Google Repository and any other SDKs that you may need. You can alternatively use the following command, which will install all required packages.

Expand Down