saurabh vyas
saurabh vyas

Reputation: 115

How do I fix this cordova build error?

I am trying to build "hello world" cordova app , and I have carefully installed android studio, android SDK and other required dependencies for cordova as well as configured the right path, but I am getting this error when I am trying to build :

Upvotes: 0

Views: 132

Answers (1)

nacer
nacer

Reputation: 11

Check your path environment variable, it should contain :

jdk\bin;Roaming\npm;android-sdks\platform-tools;android-sdks\tools;nodejs;nodejs\node_modules\npm\bin;Git\bin

Upvotes: 1

Related Questions