Error : Executing command 'ant', make sure you have ant installed and added to your path
问题 I am using Cordova for mobile application development. I have installed Cordova using npm command and after the installation, I have created a cordova project. Whenever I try to add a platform (android) to the project it throws following error: Error : Executing command 'ant', make sure you have ant installed and added to your path I have already installed ant on my system and configured path to %ANT_HOME%\bin and other respective required platforms such as JAVA_HOME , ANDROID_PLATFORM_TOOLS