Android Studio and Eclipse - which one I should use?

时光毁灭记忆、已成空白 提交于 2019-12-13 10:15:54

问题


I want to develop some Android applications. I have had Google trying to find out how I should choose between Android Studio and Eclipse, but I don't know how I should choose between these two IDEs.

On many websites, I see developers more likely to use Eclipse than Android Studio, or it is because Android Studio was just released?

So which one should I choose?


回答1:


Important: Support for the Android Developer Tools (ADT) in Eclipse is ending, per our announcement. You should migrate your app development projects to Android Studio as soon as possible. For more information on transitioning to Android Studio, see Migrating to Android Studio.
Reference for the quote.

So definitively, you should use Android Studio




回答2:


You still may be more productive with Eclipse at the time of writing, as Android studio is relatively new and some obvious features (like Unit testing, for instance) are kind of present yet you just cannot get them working. It will pass many years till Android 6.0 applications you can develop with Eclipse no problem will no longer run on majority of devices on the market.

But as Android studio will likely to improve over time, and new features will be available only there in the future, I would recommend to start from that IDE for a complete beginner. Even better it may be to understand how the command line development works as this may allow to use any flexible enough IDE, does not matter is it officially supported on not.



来源:https://stackoverflow.com/questions/31221630/android-studio-and-eclipse-which-one-i-should-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!