Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
1  
Have you found an answer yet? Please mark it accepted, thanks. – JoePasq Nov 15 '10 at 15:41

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.

3 Answers

up vote 8 down vote accepted

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/

share|improve this answer
this link is dead. – maxpower Oct 14 '11 at 4:01
the link works for me. – Simon Feb 13 '12 at 17:43
the link works :p – Yasky Feb 4 at 20:42

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.

share|improve this answer
Xcode 3 does support Java; but you would have to create an Android template to make development of Android apps easier. There's also a link above on how to do it using an external build system – Yasky Feb 4 at 20:43

Yes, absolutely. There is a software called Stella SDK. It allows developers convert their iOS xcodeproject directly to Android APK.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.