Reputation: 385
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
Reputation: 4294
Eclipse is the best. It's supported by android team and they have an ADT plugin for eclipse
Upvotes: 4
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