I'm using Xcode for a while, and I'd like to start developing Android Applications. However, the SDK is for Eclipse. I personally don't like Eclipse, because of the UI and it starts to suck on my iMac. I was wondering if it is possible to create Android Applications with the Xcode Tools so I can stay with my old friend Xcode (and maybe even Interface Builder (very unlikely) รถ). Can anyone tell me? Thanks.
|
closed as not constructive by Will♦ Oct 12 '12 at 13:11
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I have found something about this but not yet tried this. Please see http://code.davidjanes.com/blog/2009/11/20/how-to-use-xcode-for-android-projects/ |
|||
|
If Xcode supports Java development you can use Xcode to write your source code. But you then need a terminal to create, build and start your program on the android emulator, you can do all this via ant scripts. You certainly won't be able to build Android GUIs with the Interface builder because you get only Iphone/mac specific GUIs out of that tool. |
|||
|
|
Yes, absolutely. There is a software called Stella SDK. It allows developers convert their iOS xcodeproject directly to Android APK. |
|||
|
|