我应该进入 Android Studio 还是应该坚持使用 Eclipse?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19993220/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 21:20:39  来源:igfitidea点击:

Should I get into Android Studio or should i stick to Eclipse?

androideclipseideandroid-studio

提问by user2994790

I started programming a few months ago, and learned python and I started learning Java about a month ago.

几个月前我开始编程,学习了 python,大约一个月前我开始学习 Java。

I've been using sublime text for coding Java programs, and now as I am getting into Android Programming, I found two official IDEs --> Eclipse and Android Studio.

我一直在使用 sublime text 编写 Java 程序,现在当我进入 Android 编程时,我发现了两个官方 IDE --> Eclipse 和 Android Studio。

After two hours of research, I've learned a few things: Android studio is an early preview, and it is not recommended for beginners.

经过两个小时的研究,我学到了一些东西:Android studio 是早期预览版,不建议初学者使用。

However, Android Studio shows so much promise that I think it will be taking over eclipse in the next few years, assuming that google will publish an official polished version in early 2014.

然而,Android Studio 显示出如此大的希望,我认为它会在未来几年内取代 eclipse,假设 google 将在 2014 年初发布正式的完善版本。

I have nothing against Eclipse, but it just seems like Android Studio is the way to go if I'm looking to program Android apps 5+ years later.

我不反对 Eclipse,但如果我想在 5 年后编写 Android 应用程序,那么 Android Studio 似乎是要走的路。

What are you guys' opinion on it?

大家对此有什么看法?

I know the basic idea of how android programming works, including xml, and wanted some recommendation on whether I should get into Android Studio or not.

我知道 android 编程如何工作的基本思想,包括 xml,并且想要一些关于我是否应该进入 Android Studio 的建议。

As Android Studio is a rolling release, it's not like I would have to start all over when new versions come out, so I think updating versions is not a problem

由于 Android Studio 是滚动发布,所以当新版本出现时我不必从头开始,所以我认为更新版本不是问题

So, will it benefit me in the future if I get into using Android Studio rather than sticking to traditional Eclipse with Android sdk?

那么,如果我开始使用 Android Studio 而不是坚持使用 Android sdk 的传统 Eclipse,对我将来会有好处吗?

Need some answers from experienced developers who use/used Eclipse and have tried Android Studio.

需要使用/使用过 Eclipse 并尝试过 Android Studio 的有经验的开发人员的一些答案。

Thanks

谢谢

回答by Illegal Argument

It is a matter of personal preference. I have used android studio and eclipse and also used sublime text for android programming. For starters eclipse is the best(my view). Android Studio is great too(layout support) but you should know that it is in preview as of now. Honestly I suggest using eclipse for a while then after you gain some experience switch to android studio. Also visit the following links: Android studio vs ecllipse

这是个人喜好的问题。我使用过 android studio 和 eclipse,还使用了 sublime text 进行 android 编程。对于初学者来说,日食是最好的(我的观点)。Android Studio 也很棒(布局支持),但您应该知道它现在处于预览状态。老实说,我建议使用 eclipse 一段时间,然后在获得一些经验后切换到 android studio。另请访问以下链接: Android studio vs ecllipse

This one too

这个也是

回答by NoBugs

Theoretically you shouldn't need either - I knew someone that used text editor and compile from command line, that is basically what Eclipse/Studio are doing, but with some clever UI design tools, and a "run" button instead of setting up and running an ant build.

理论上你也不应该需要 - 我知道有人使用文本编辑器并从命令行编译,这基本上就是 Eclipse/Studio 正在做的事情,但是有一些聪明的 UI 设计工具,还有一个“运行”按钮而不是设置和运行蚂蚁构建。

I would tend to prefer Eclipse, since it can be used for many other things than Java/Android, has a large following, and is mature with very good Android tools, right now. I doubt that will change soon.

我倾向于更喜欢 Eclipse,因为它可以用于除 Java/Android 之外的许多其他东西,拥有大量的追随者,并且现在已经成熟,具有非常好的 Android 工具。我怀疑这会很快改变。

回答by kapil thadani

I personally would like to continue with eclipse due to years of practice on it! Yes, but you can surely try to use Android studio where you are not working on critical projects cz you don't have time to search for things regarding adt again and again until you are comfortable!

由于多年的实践,我个人想继续使用eclipse!是的,但是您当然可以尝试使用 Android Studio,在那里您不从事关键项目,因为您没有时间一次又一次地搜索有关 adt 的内容,直到您感到舒服为止!

回答by kamal vaid

 well i figure out this from this content you must read as well

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 releases very recently and this IDE is not yet heavily used by developers. Therefor it may contain certain bugs.

Android studio 是最近发布的,这个 IDE 还没有被开发人员大量使用。因此它可能包含某些错误。

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

这里描述了android android studio和eclipse项目结构的区别: Android Studio Project Structure (vs Eclipse Project Structure)这教你如何使用android studio:http: //www.infinum.co/the-capsized-eight/articles /android-studio-vs-eclipse-1-0

回答by Bishan

Can't give a exact answer for this. I like to deal with Eclipse. Another one may like to deal with Android Studio. It is vary with different developers. If Eclipse makes you comfortable with coding, use Eclipse. If Android Studio makes you comfortable with coding, use Android Studio.

对此无法给出准确答案。我喜欢处理Eclipse。另一个可能喜欢处理 Android Studio。它因不同的开发人员而异。如果 Eclipse 使您对编码感到满意,请使用 Eclipse。如果 Android Studio 使您对编码感到满意,请使用 Android Studio。