nnikolay
nnikolay

Reputation: 1751

Phonegap eclipse environment on Mac OS

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.

Upvotes: 0

Views: 412

Answers (2)

T.Baba
T.Baba

Reputation: 649

you can find some plugin for eclipse, like: KDevelop

so now you can develop for iPhone (objective c) and for Android (java)

I read about it but I don't have any experience with it.

Upvotes: 1

Scott Roepnack
Scott Roepnack

Reputation: 2735

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.

Upvotes: 2

Related Questions