Michael
Michael

Reputation: 4025

No "droidgap" file in PhoneGap download?

When I download the latest PhoneGap zip there are several files and folders (including an Android folder), but there is no droidgap file (normally bin/droidgap).

Don't I need a droidgap file to run from the command line?

Upvotes: 1

Views: 4184

Answers (3)

George Ebili
George Ebili

Reputation: 1

I came across such issues too. go to https://github.com/jonathanstark/phonegap-android, search the droidgap file in the bin folder there, download it and save it with .rb then you are good to go.

Upvotes: 0

Paul Beusterien
Paul Beusterien

Reputation: 29572

droidgap is not in the install zip from http://www.phonegap.com/download, but it is in now on svn.

droidgap makes some things easier from the command line, but it is not absolutely necessary.

Upvotes: 2

R Esmond
R Esmond

Reputation: 1262

That file is now in org.apache.cordova.DroidGap; As a side note, if you can't find an asset, just type it in and then do a quick fix on it. (right click)

Upvotes: 2

Related Questions