I am trying to build my first app for android with the help of cordova. When I put cordova build
into the console, I get the error:
You may not have the required environment or OS to build this project.
Error: cmd: Command failed with exit code 1...
This post says that it is necessary to put this in the path:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
But it still doesn't work