December 2017
Beginner
372 pages
10h 32m
English
Once you have installed all the dependencies, the next step is to install an Android emulator, which can be used for testing instead of connecting real devices. To be able to create an emulator, you need to have Android Studio on your machine.
You can install Android Studio from https://developer.android.com/studio/index.html. Once you have installed Android Studio, you can check whether you have the correct Android SDK version. The NativeScript CLI needs Android SDK version 25 or higher; if you see that you do not have the required Android SDK version, then you can install it either using the following command, or using the Android Studio IDE:
"%ANDROID_HOME%\tools\bin\sdkmanager" "tools" "platform-tools" ...Read now
Unlock full access