For specific reasons, I have to compile a phonegap/android project using ant tool. The project was created by eclipse, but compiling it and installing it on the device has to happen using ant. I did not run into any problems building native android projects using ant, but when I try the same with phonegap, it wouldnt recognize the library droidgap.
This is expected as phonegap.jar is not added automatically to the build.xml on creation. What I can't figure out on my own is how to link phonegap library to ant build.xml and whether or not that will successfully compile phonegap.
Please help, Thank you