how to solve this error on windows??? droidgap unrecognized

210 views Asked by At

i download phonegap but it's bin folder just contain droidgap with unknown type. when i use this command in command prompt with ruby droidgap wiz the result is : droidgap is not recognized :( i also install ant and sdk manager. and add their path to system path.i decide to use eclipse to build my android app(i write my app with js,css, html5). but when i make my app with eclipse browse button does not work & when i build it with phonegap browse button work. if you know solution please suggest it.

thanks in advane

1

There are 1 answers

0
venkatvb On

That is actually a ruby executable file. To run droidgap you must have ruby installed.

refer here for installation of ruby https://www.ruby-lang.org/en/downloads/

and make sure that you set the path to ruby2.0.3/bin

here is the missing set up guide by phil http://dev.tonic1394.com/2010/06/phonegap-the-missing-androidwindows-setup-guide/