Using IntelliJ with Android plugin, rather than using Android Studio

前端 未结 3 836
陌清茗
陌清茗 2020-12-16 16:35

I wonder if there is any difference between using the Android Studio, Google offer to use, and use the IntelliJ Base IDE, and install the Android plugin?

Would it ef

3条回答
  •  爱一瞬间的悲伤
    2020-12-16 17:03

    I've been using IntelliJ IDEA 12 for Android projects for a long time. Android studio has a lot of beneficial additional Android integration, such as:

    • Inline Lint API checks
    • Drawable and string previews
    • Better layout editor
    • Built in Gradle support
    • Better DDMS integration

    But you can certainly just use the community edition of IntelliJ 12 for Android projects, and for production projects, I would say it's preferable at this time until Android Studio stabilizes. Also, I believe IntelliJ 13 will essentially include all of the Android functionality that Android Studio does, from what I've heard.

提交回复
热议问题