I am receiving this error message while trying to run "cordova platform add android":
"Error: Please install Android target 19 (the Android newest SDK). Make sure you have the latest Android tools installed as well. Run "android" from your comm and-line to install/update any missing SDKs or tools."
However, I have the SDK installed (SDK Tools 23.0.2, SDK Platform-tools 20, SDK Build-tools 19.1). I have my ANDROID_HOME set to "C:\Program Files\Android\android-sdk". This is the tail of the environment variable PATH on my computer:
"...;C:\Program Files\Java\jdk1.7.0_67\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;%USERPROFILE%\AppData\Roaming\npm;C:\Program Files\Android\android-sdk\tools;C:\Program Files\Android\android-sdk\platform-tools;C:\Program Files\Android\android-sdk\build-tools;%USERPROFILE%\AppData\Roaming\npm;C:\Program Files\WinAnt\bin"
Can anyone clarify if I am doing something wrong here? How to make it work?