Problem in cordova build

0

I'm trying to run the cordova build, but it's displaying the error below. Please, I ask for help.

    
asked by anonymous 17.04.2015 / 18:53

1 answer

1
  • Verify that the build.bat file is actually in the C: \ test \ platforms \ android \ cordova directory
  • If yes: try deleting the platform by doing platform rm android in the Console, then add again with cordova platform add android and try again.
  • If not: uninstall the SDK and reinstall.
  • 18.12.2015 / 18:14