Sefran
Sefran

Reputation: 385

What IDE for Android projects on Mac OS? Xcode or?

I'm thinking to begin Android app development. What's the better IDE?

Now I'm using Xcode for objective-C language, but I don't know if use it also for Java development.

Upvotes: 2

Views: 5690

Answers (3)

Pedro Rainho
Pedro Rainho

Reputation: 4294

Eclipse is the best. It's supported by android team and they have an ADT plugin for eclipse

ADT plugin

Upvotes: 4

Franziskus Karsunke
Franziskus Karsunke

Reputation: 5208

Another alternative is the IntelliJ Idea IDE from jetbrains. If you like this IDE better you can use it, but the tools for developing Android apps are better in Eclipse, because they are more up to date.

Upvotes: 1

Aurelio De Rosa
Aurelio De Rosa

Reputation: 22162

I would like to use Eclipse for Mac.

Upvotes: 6

Related Questions