To work, this cordova command needs to use some programs located into your sdk/tools directory. You need also have installed apache ant.
Then you must add these directories into your PATH system variable:
Background:
- let’s assume you have installed your Android SDK to the
c:\sdk\androiddirectory - you have installed you Apache ant to the
c:\tools\apache-antdirectory
Then you must create two system variables:
ANDROID_HOMEwith thec:\sdk\androidvalueANT_HOMEwith thec:\tools\apache-antvalue
Finally, you must modify the PATH variable and add those two to the end of the PATH‘ value:
;%PATH%\tools;%ANT_HOME%\bin;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
NOTE: for those who uses Linux, the instruction differs a bit.
More documentation available here.