android - Cordova Error "You may not have the required environment..." -


i trying build first app android of cordova. when put cordova build console, error:

you may not have required environment or os build project. error: cmd: command failed exit code 1... 

this post says necessary put in path:

%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;%systemroot%\system32\windowspowershell\v1.0\ 

but still doesn't work

http://i.stack.imgur.com/hxeio.png


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -