You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to run "ant -version", make sure you have ant installed and added to your PATH.
at /kamrik/build/platforms/android/cordova/lib/check_reqs.js:43:27
I noticed "ant" is a NPM module so I installed it: "sudo npm install -g ant", but I get this warning
Hi Antonio,
The error is because cordova failed to find the Ant builder. Ant is not an npm package it's the Apache ant build system for java. You need to make sure you can run ant -version from the command line. Some version of Ant may be included with the Android SDK (not sure), but I use an independently installed version on my Mac.
I followed the steps and got this error:
I noticed "ant" is a NPM module so I installed it: "sudo npm install -g ant", but I get this warning
ant@0.2.0 /usr/local/lib/node_modules/ant
So Ant doesn't get installed because my Node version is too high, therefore I keep getting the first error above.
Does your Template only work with {"node":"~0.8.0"} ?
The text was updated successfully, but these errors were encountered: