I was just trying to install NavtiveScript, for this I followed the official installation guide available in
http://docs.nativescript.org/angular/start/quick-setup but I am stuck at "Step 3: Install iOS and Android requirements"
When I run the command below on the command line (with administrator privileges)
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://www.nativescript.org/setup/win'))"
Everything seems to be installed without any problems. But when I try to check the installation using the "tns doctor" command, I return the warnings below:
D:\>tns doctor WARNING: adb from the Android SDK is not installed or is not configured properly. For Android-related operations, the NativeScript CLI will use a built-in version of adb. To avoid possible issues with the native Android emulator, Genymotion or connected Android devices, verify that you have installed the latest Android SDK and its dependencies as described in http://developer.android.com/sdk/index.html
Can anyone advise?
I am using Windows 10 and have Visual Studio 2015 (Update 3) and Visual Studio code installed on my machine.
source share