Reputation: 4025
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
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
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
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