Are there any tutorials for creating an iPhone App on Mac OSx with Eclipse and PhoneGap?
I have read many tutorials, but all of them were with Xcode without Eclipse. I would like to use the same code base and build for Android and iPhone from the same editor and test it on different devices.
In general, without any crazy work arounds, this would be very hard to achieve. The base app (the PhoneGap) part of the code, is unique to iPhone and Android, this objective c, and java.
You probably need to use the separate IDE environments.