简体   繁体   中英

Is Intellij IDEA obsolete like Eclipse for Android development?

Google officially announced that Eclipse should no longer be used for Android development and we should move to Android Studio.

Does the same apply to IntelliJ IDEA? I have multiple projects in Eclipse format which will not be ported to Gradle yet, so I am not sure if I can use IntelliJ IDEA for maintaining those project.

I was unable to find anything official about IntelliJ IDEA after Android Studio became stable so I suspected that nothing has changed with it (it's the only issue with ADT and support for ADT).

Note: I am using IntelliJ IDEA right now, as I have been using it for 3 years, and so far I have not faced any issues with it.

Android Studio是基于IntelliJ IDEA的 ,因此只有在不赞成使用Android Studio的情况下,它才会发生

I don't think you need to move your Android Projects from IntelliJ IDEA to Android Studio since they are both developped by JetBrains and Android Studio come from IntelliJ IDEA platform.

You can find more details on the IntelliJ IDEA and Android Studio FAQ .

Here's a quote from this FAQ :

If I'm already a user of IntelliJ IDEA, do I need to switch to Android Studio for Android development?

No. Android Studio is focused specifically on Android development and provides streamlined environment and project setup, but otherwise all of its features are available in IntelliJ IDEA.

Please read this faq . Short answer - yes, it's ok to use IntelliJ with Android plugin for development. Also have a look at Android page on Intellij site here .

Being the most intelligent IDE for Java IntelliJ IDEA provides out-of-the-box Android support that includes intelligent coding assistance, for professional development of Android applications. Android support is available in IntelliJ IDEA Ultimate and IntelliJ IDEA Community Edition.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM