

Your environment is not configured properly and you will not be able to execute local builds.

In the native Android emulator, verify that you have installed the latest Android SDK You will not be able to run your apps in the native emulator. ✖ WARNING: The Android SDK is not installed or is not configured properly. To build for iOS on a different operating system, you can use the NativeScript cloud infrastructure. ✔ Local builds for iOS can be executed only on a macOS system. ✔ The Java Development Kit (JDK) is installed and is configured properly. ✔ Javac is installed and is configured properly. ✔ A compatible Android SDK for compilation is found. ✔ Your adb from the Android SDK is correctly installed. ✔ Your ANDROID_HOME environment variable is set and points to correct directory. When I run tns run android I expect the app to launch on my phone, however it prints out: I downloaded the Android SDK CLI tools and extracted it into my ~/Android/ directory and I've set my environment variable ANDROID_HOME to /home//Android. I am developing a Nativescript app and would like to run it on my physical Android device (Huawei P10 lite) via USB.
