对于 Android 开发,Intellij IDEA 是否像 Eclipse 一样过时了?
Is Intellij IDEA obsolete like Eclipse for Android development?
Google 正式 announced Eclipse 不应再用于 Android 开发,我们应该转移到 Android Studio。
同样适用于 IntelliJ IDEA 吗?我有多个 Eclipse 格式的项目尚未移植到 Gradle,所以我不确定我是否可以使用 IntelliJ IDEA 来维护这些项目。
在 Android Studio 变得稳定后,我无法找到任何关于 IntelliJ IDEA 的官方信息,所以我怀疑它没有任何变化(这是 ADT 的唯一问题和对 ADT 的支持)。
注意:我现在正在使用 IntelliJ IDEA,因为我已经使用它 3 年了,到目前为止我没有遇到任何问题。
Android Studio is based on IntelliJ IDEA,因此在 Android Studio 本身被弃用之前不会发生这种情况
我认为您不需要将 Android 项目从 IntelliJ IDEA 移动到 Android Studio,因为它们都是由 JetBrains 开发的,而 Android Studio 来自 IntelliJ IDEA 平台.
您可以在 IntelliJ IDEA and Android Studio 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.
请阅读此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.
Google 正式 announced Eclipse 不应再用于 Android 开发,我们应该转移到 Android Studio。
同样适用于 IntelliJ IDEA 吗?我有多个 Eclipse 格式的项目尚未移植到 Gradle,所以我不确定我是否可以使用 IntelliJ IDEA 来维护这些项目。
在 Android Studio 变得稳定后,我无法找到任何关于 IntelliJ IDEA 的官方信息,所以我怀疑它没有任何变化(这是 ADT 的唯一问题和对 ADT 的支持)。
注意:我现在正在使用 IntelliJ IDEA,因为我已经使用它 3 年了,到目前为止我没有遇到任何问题。
Android Studio is based on IntelliJ IDEA,因此在 Android Studio 本身被弃用之前不会发生这种情况
我认为您不需要将 Android 项目从 IntelliJ IDEA 移动到 Android Studio,因为它们都是由 JetBrains 开发的,而 Android Studio 来自 IntelliJ IDEA 平台.
您可以在 IntelliJ IDEA and Android Studio 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.
请阅读此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.