Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Android IDE is better - Android Studio or Eclipse? [closed]

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.

like image 759
Joshua Welz Avatar asked Jul 25 '13 04:07

Joshua Welz


People also ask

Is there a better IDE than Android Studio?

Top Alternatives to Android Studio Out of the box, IntelliJ IDEA provides a comprehensive feature set including tools and integrations with the most important modern technologies and frameworks for enterprise and web development with Java, Scala, Groovy and other languages. ...

Is Android Studio the same as Eclipse?

The difference between Android Studio and Eclipse is that Android Studio is an Integrated Development Environment(IDE) specifically developed for Android applications while Eclipse is an integrated development environment that is widely used for Java-based application development.

Which Eclipse IDE is best for Android?

Eclipse Classic 3.6. 1. Eclipse IDE for Java EE Developers.

What IDE should I install for Android?

Android IDE - Java Suite A Java IDE is needed so developers can work for Android app development. We chose Eclipse, NetBeans, and IntelliJ IDE as the most popular ones. No matter which one of those you chose, all of them feature step by step tutorials for beginners and are powerful enough for the most advanced users.


2 Answers

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: 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

like image 123
TharakaNirmana Avatar answered Oct 19 '22 05:10

TharakaNirmana


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.

like image 41
Keyur Golani Avatar answered Oct 19 '22 06:10

Keyur Golani