You are on page 1of 1

Advanced setup: Windows

https://docs.nativescript.org/environment-setup.html#windows-android

1 Install Chocolatey
https://docs.chocolatey.org/en-us/choco/setup#install-with-cmd.exe

2 Install Node & Open JDK


To install Node and JDK open an Administrator Command Prompt (right click and
select "Run as Administrator") and run the following command:
# choco install -y nodejs.install openjdk8

3. Install Android Studio


- https://developer.android.com/studio#downloads
- Kiem tra xem ANDROID_HOME co hay chua (C:\Android\android-sdk) --> thi xem tiep
trong https://docs.nativescript.org/environment-setup.html#windows-android
- Add Android platform-tools (C:\Android\android-sdk\platform-tools) to path
- verify if the installation was successful, open a new Command Prompt window to
ensure the new environment variables are loaded and run
# tns doctor (--> If you see "No issues were detected" you have successfully set
up your system)

4. Using a virtual device


https://docs.nativescript.org/environment-setup.html#windows-android
- Open Android Studio, and open "AVD Manager"

You might also like