Using IntelliJ with Android plugin, rather than using Android Studio

前端 未结 3 833
陌清茗
陌清茗 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 16:51

    This is useful FAQs about Android Studio vs Android Plugin in IntelliJ IDEA. It is clear to me that The EAP (Early Access Preview) of IntelliJ IDEA 13, which includes all of the Android Studio features except for the redesigned new project wizard and the App Engine cloud endpoints integration, is available now.

    http://blog.jetbrains.com/idea/2013/05/intellij-idea-and-android-studio-faq/

    0 讨论(0)
  • 2020-12-16 16:53

    As of today, Android studio actually functions, so I guess this would be my immediate solution. plus I'm not even sure the Android plugin would support all the features as Android studio will, and that there would not be any conflicts... better safe then sorry.

    0 讨论(0)
  • 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.

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