Which Eclipse version should I use for an Android app?

后端 未结 14 1836
灰色年华
灰色年华 2020-12-07 10:24

I am starting to develop Android applications. Which version of Eclipse should I use?

I see there are 11 versions. I am confused with these:

  1. Eclipse ID
相关标签:
14条回答
  • 2020-12-07 10:46

    Eclipse 3.5 for Java Developer is the best option for you and 3.6 version is good but not at all because of compatibility issues.

    0 讨论(0)
  • 2020-12-07 10:49

    If you are just getting into Android, you would be well served by using Android Studio rather than using any version of Eclipse. Android Studio was released in 2013 and provides a nice integrated development environment for developing for Android.

    Android Studio is based on IntelliJ, which is a great java devlopment environment. It also has these specific Android features:

    • Gradle-based build support.
    • Android-specific refactoring and quick fixes.
    • Lint tools to catch performance, usability, version compatibility and other problems.
    • ProGuard and app-signing capabilities.
    • Template-based wizards to create common Android designs and components.
    • A rich layout editor that allows you to drag-and-drop UI components, preview layouts on multiple screen configurations, and much more.

    You can download it here.

    0 讨论(0)
提交回复
热议问题