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

Commit d6ae3f8

Browse files
authored
Merge pull request #1245 from ADmad/patch-1
Install "emulator" package too.
2 parents 932f3b2 + adc9742 commit d6ae3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/ns-setup-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Complete the following steps to set up NativeScript on your Linux development ma
7979

8080
1. Install all packages for the Android SDK Platform 25, Android SDK Build-Tools 27.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.
8181

82-
<pre class="add-copy-button"><code class="language-terminal">sudo $ANDROID_HOME/tools/bin/sdkmanager "tools" "platform-tools" "platforms;android-25" "build-tools;27.0.3" "extras;android;m2repository" "extras;google;m2repository"
82+
<pre class="add-copy-button"><code class="language-terminal">sudo $ANDROID_HOME/tools/bin/sdkmanager "tools" "emulator" "platform-tools" "platforms;android-25" "build-tools;27.0.3" "extras;android;m2repository" "extras;google;m2repository"
8383
</code></pre>
8484

8585
1. Setup Android Emulators (AVD) by following the article [here]({%slug android-emulators%})

0 commit comments

Comments
 (0)