Open
Description
Using the installer on an absolutely fresh machine with newly installed Windows 10 is failing due to missing SDK. The installer is setting an ANDROID_HOME variable and also is bringing some files in C:\Users\niliev\AppData\Local\Android\sdk
but in the same time the SDK is not installed and NativeScript CLI is failing to start.
Steps to reproduce:
- fresh install of Windows 10 with Java JDK installed and JAVA_HOME set. (but no Android SDK installed0
- using the installer to install Nodejs, Android SDK, and NativeScript.
- all is installed according to the installer (very fast install...) but at the end, the Android SDK is missing on the PC. (some files are located in
C:\Users\niliev\AppData\Local\Android\sdk
but still the CLI is not working due to missing SDK)