Which Android IDE is better - Android Studio or Eclipse?(哪个 Android IDE 更好——Android Studio 还是 Eclipse?)
问题描述
我开始为 Android 开发.我应该使用哪个 IDE - Android Studio 或 Eclipse sdk?我想知道哪个更好.
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.
推荐答案
使用 Eclipse 有时会很困难,可能是在调试和设计布局时 Eclipse 有时会卡住,我们必须不时重新启动 Eclipse.你也会遇到模拟器问题.
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 是最近发布的,开发人员尚未大量使用此 IDE.因此,它可能包含某些错误.
Android studio was released very recently and this IDE is not yet heavily used by developers. Therefore, it may contain certain bugs.
这里描述了android android studio和eclipse项目结构的区别:Android Studio 项目结构(与 Eclipse 项目结构)
This describes the difference between android android studio and eclipse project structure: Android Studio Project Structure (v.s. Eclipse Project Structure)
这里教你如何使用android studio:http://www.infinum.co/the-capsized-eight/articles/android-studio-vs-eclipse-1-0
This teaches you how to use the android studio: http://www.infinum.co/the-capsized-eight/articles/android-studio-vs-eclipse-1-0
这篇关于哪个 Android IDE 更好——Android Studio 还是 Eclipse?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:哪个 Android IDE 更好——Android Studio 还是 Eclipse?


基础教程推荐
- Java:带有char数组的println给出乱码 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 降序排序:Java Map 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01