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开发。我应该使用哪个IDE——Android Studio还是Eclipse sdk?我想知道哪个更好。
5 个解决方案
#1
43
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.
使用Eclipse有时会很困难,可能在调试和设计布局时,Eclipse有时会遇到困难,我们不得不时不时地重新启动Eclipse。你还会遇到模拟器的问题。
Android studio was released very recently and this IDE is not yet heavily used by developers. Therefore, it may contain certain bugs.
Android studio最近刚刚发布,开发人员还没有大量使用这个IDE。因此,它可能包含某些bug。
This describes the difference between android android studio and eclipse project structure: Android Studio Project Structure (v.s. Eclipse Project Structure)
这描述了android studio和eclipse项目结构的区别:android studio项目结构(v.s. eclipse项目结构)
This teaches you how to use the android studio: http://www.infinum.co/the-capsized-eight/articles/android-studio-vs-eclipse-1-0
这将教你如何使用android studio: http://www.infinum.co/capsized -eight/articles/android-studio-vs-eclipse-1-0
#2
12
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.
IDE的使用是您个人的偏好。但就我个人而言,如果必须选择的话,Eclipse是一个广为人知的、值得信赖的工具,而且肯定比Android Studio提供了更多的特性。Android Studio现在有点新。也许它即将发布的版本会很快达到Eclipse级别。
#3
7
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.
都是同样的好。Android Studio集成了ADT工具,eclipse需要手动集成这些工具。使用Android Studio,它感觉就像一个从一开始就设计的工具,并考虑了Android开发。继续,它们有相同的特性。
#4
6
From the Android Studio download page:
从Android Studio下载页面:
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).
注意:Android Studio目前可以作为早期访问预览。有些特性要么不完整,要么尚未实现,您可能会遇到bug。如果您不喜欢使用未完成的产品,您可能想要下载(或继续使用)ADT包(Eclipse附带ADT插件)。
#5
4
My first choice is Android Studio. its has great feature to develop android application.
我的首选是Android Studio。它对于开发android应用程序有很大的特点。
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.
Eclipse也不是那么难学。如果你打算从一开始学习Android开发,我可以推荐我刚刚完成的Hello, Android。它向您展示了如何使用Eclipse的所有特性,这些特性对于开发Android应用程序非常有用。还有一个关于如何从命令行和其他ide进行开发的简短章节。
#1
43
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.
使用Eclipse有时会很困难,可能在调试和设计布局时,Eclipse有时会遇到困难,我们不得不时不时地重新启动Eclipse。你还会遇到模拟器的问题。
Android studio was released very recently and this IDE is not yet heavily used by developers. Therefore, it may contain certain bugs.
Android studio最近刚刚发布,开发人员还没有大量使用这个IDE。因此,它可能包含某些bug。
This describes the difference between android android studio and eclipse project structure: Android Studio Project Structure (v.s. Eclipse Project Structure)
这描述了android studio和eclipse项目结构的区别:android studio项目结构(v.s. eclipse项目结构)
This teaches you how to use the android studio: http://www.infinum.co/the-capsized-eight/articles/android-studio-vs-eclipse-1-0
这将教你如何使用android studio: http://www.infinum.co/capsized -eight/articles/android-studio-vs-eclipse-1-0
#2
12
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.
IDE的使用是您个人的偏好。但就我个人而言,如果必须选择的话,Eclipse是一个广为人知的、值得信赖的工具,而且肯定比Android Studio提供了更多的特性。Android Studio现在有点新。也许它即将发布的版本会很快达到Eclipse级别。
#3
7
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.
都是同样的好。Android Studio集成了ADT工具,eclipse需要手动集成这些工具。使用Android Studio,它感觉就像一个从一开始就设计的工具,并考虑了Android开发。继续,它们有相同的特性。
#4
6
From the Android Studio download page:
从Android Studio下载页面:
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).
注意:Android Studio目前可以作为早期访问预览。有些特性要么不完整,要么尚未实现,您可能会遇到bug。如果您不喜欢使用未完成的产品,您可能想要下载(或继续使用)ADT包(Eclipse附带ADT插件)。
#5
4
My first choice is Android Studio. its has great feature to develop android application.
我的首选是Android Studio。它对于开发android应用程序有很大的特点。
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.
Eclipse也不是那么难学。如果你打算从一开始学习Android开发,我可以推荐我刚刚完成的Hello, Android。它向您展示了如何使用Eclipse的所有特性,这些特性对于开发Android应用程序非常有用。还有一个关于如何从命令行和其他ide进行开发的简短章节。