问题描述
既然 Android Studio 出来了,是否可以将其安装到 IntelliJ Ultimate 中?
Now that Android Studio is out is it possible to install it into IntelliJ Ultimate?
我打开了首选项">插件"屏幕.这是我看到的:
I opened the Preferences > Plugins screen. This is what I see:
我根本不记得安装 Android 支持.此外,当我打开首选项面板时,所有插件都被选中.这是否意味着这些都已安装?我对我所看到的感到困惑.
I don't remember installing Android Support at all. Also, all the plugins were selected when I opened the preferences panel. Does this mean these are all installed? I'm confused by what I see.
推荐答案
Android Studio 只是一个自定义编译 IntelliJ 插件的 IDE.您可以在 IntelliJ IDEA Ultimate 中安装/激活任何 IntelliJ 插件(但反过来不行).如果您想要Android Studio",只需激活 Android Support 插件(文件 -> 设置 -> 插件).
Android Studio is just an IDE with a custom compilation of IntelliJ plugins. You can install / activate any IntelliJ plugin in IntelliJ IDEA Ultimate (but not the other way around). If you want "Android Studio", just activate the Android Support plugin (File -> Settings -> Plugins).
这篇关于如何将 Android Studio 安装到 IntelliJ 中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!