Which Android IDE is better - Android Studio or Eclipse?

AndroidEclipseAndroid EmulatorIdeAndroid Studio

Android Problem Overview


I'm starting to develop for Android. Which IDE should I use - Android Studio or Eclipse sdk? I would like to know which one is better.

Android Solutions


Solution 1 - Android

Working with Eclipse can be difficult at times, probably when debugging and designing layouts Eclipse sometimes get stuck and we have to restart Eclipse from time to time. Also you get problems with emulators.

Android studio was released very recently and this IDE is not yet heavily used by developers. Therefore, it may contain certain bugs.

This describes the difference between android android studio and eclipse project structure: https://stackoverflow.com/questions/17431838/android-studio-project-structure-v-s-eclipse-project-structure

This teaches you how to use the android studio: http://www.infinum.co/the-capsized-eight/articles/android-studio-vs-eclipse-1-0

Solution 2 - Android

The use of IDE is your personal preference. But personally if I had to choose, Eclipse is a widely known, trusted and certainly offers more features then Android Studio. Android Studio is a little new right now. May be it's upcoming versions keep up to Eclipse level soon.

Solution 3 - Android

Both are equally good. With Android Studio you have ADT tools integrated, and with eclipse you need to integrate them manually. With Android Studio, it feels like a tool designed from the outset with Android development in mind. Go ahead, they have same features.

Solution 4 - Android

From the Android Studio download page:

> Caution: Android Studio is currently available as an early access preview. Several features are either incomplete or not yet implemented and you may encounter bugs. If you are not comfortable using an unfinished product, you may want to instead download (or continue to use) the ADT Bundle (Eclipse with the ADT Plugin).

Solution 5 - Android

My first choice is Android Studio. its has great feature to develop android application.

Eclipse is not that hard to learn also.If you're going to be learning Android development from the start, I can recommend Hello, Android, which I just finished. It shows you exactly how to use all the features of Eclipse that are useful for developing Android apps. There's also a brief section on getting set up to develop from the command line and from other IDEs.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJoshua WelzView Question on Stackoverflow
Solution 1 - AndroidTharakaNirmanaView Answer on Stackoverflow
Solution 2 - AndroidKeyur GolaniView Answer on Stackoverflow
Solution 3 - AndroidHarshView Answer on Stackoverflow
Solution 4 - AndroidStevenView Answer on Stackoverflow
Solution 5 - AndroidS. RaselView Answer on Stackoverflow