The cordova requirements
showing me the following error:
Java JDK: installed 1.8.0
Android SDK: not installed
'ANDROID_HOME' environment variable is set to non-existent path: /android-sdk-linux/tools
Try update it manually to point to valid SDK directory.
Android target: not installed
However, when I use this command: cordova platform version android
I see the below:
Installed platforms:
android 7.0.0
Available platforms:
browser ~5.0.1
ios ~4.5.4
osx ~4.0.1
windows ~5.0.0
www ^3.12.0
I can't understand whether I've installed the Android SDK in my local machine?
Also, how can I set the "ANDROID_HOME" environment variable correctly through terminal (assume that I'm in /var/www/html/cordova1$)?
[cordova1 is my project name]
Furthermore, how can I install the "Android target"?
Need your suggestion. My OS is Ubuntu 16.x.