In android studio,cannot load 2 facets-unknown facet type:android and android-gradle

当我打开 android 工作室,我得到一个错误-“错误加载项目: 无法加载2个方面。当我单击查看错误时,出现了以下内容

"2 facets cannot be loaded. You can mark them them as ignored to suppress this error notification. 未知面类型: ‘ android’,未知面类型: ‘ android-gradle’

我尝试添加 facet (在 工程项目结构 > Project settings > Modules > 单击项目名称,然后单击 安卓系统以及 < em > Android-Gradle ) ,但都显示为“无法加载 facet,未知 facet 类型”在“项目设置 > 方面 > Android 和 Android-Gradle”下显示为“无效方面”。 我的项目进行得很顺利。这个问题发生在我在退出 android 工作室之前强制关闭我的笔记本电脑时,因为所有东西都卡住了。之后,每当我打开 android 工作室,这个问题就会出现。我无法运行我的项目。有人能帮我解决这个问题吗?

68435 次浏览

Just enable Android Support plugin.

  1. 在 Windows 中单击 Ctrl+Alt+S,在 Mac 中单击 Meta+Comma
  2. In top search bar type "plugin".
  3. 在右边,它将显示一个插件列表,找到 Android Support插件,检查它,并点击屏幕底部的 OK

This is how it looks:

How to solve "cannot load 2 facets-unknown facet type:android and android gradle" problem

In Android Studio go to

File -> Settings - > Plugins -> Enable "Android Support" Plugin.

enter image description here

文件,然后设置-> 插件-> 启用/重新启用插件-> 应用-> 重新启动

“ Android 支持插件”可以解决这个问题。

检查您的 Android 支持插件是否被禁用/卸载。如果是,请重新启用/安装它。

Then restart the studio.

只需重新启用 Android 支持插件。然后它会要求重新启动。说是。就是这样。

这个问题发生在我更新 Android Studio 的时候。

如果其他答案都不起作用,那么除了删除坏掉的设置并进行干净的设置之外,您没有其他选择。

所以我的建议是:

  • 使用 设置存储库 Feature 存储个人 IDE 设置
  • 关闭演播室
  • 从用户文件夹中删除 。 AndroidStudioX文件夹
  • re-launch studio, do not copy settings from previous version (because settings probably broken and auto-import couldn't import it well)
  • import personal settings from Settings Repository

对我来说,我去 Settings -> Plugins和取消选择 Gradle然后立即重新选择它。Android Studio 然后问我是否想启用 Groovy,所以我说是的,让它重新启动,现在一切都再次快乐!(它被选中了,但显然在内心深处没有真正启用,所以切换复选框对它进行了排序)

不知道我的原因是否是安装 Flutter,但我必须禁用 Flutter 插件才能再次构建。

  1. 进入-> 文件-> 设置-> 插件-> 禁用/启用 Android 支持插件-> 按确定 只需重新启用 Android 支持插件,然后它会要求重新启动。 Restart them thats it

I faced this issue in Android Studio 3.2.1 I had to re-import my project after that it works.

我正面临着这个问题,我尝试了所有的方法,但是没有一个奏效,但是我记得我几个小时前更新了 Android Studio,然后我启用了 Android Studio 的插件,重新启动了它,它奏效了。

然后按确定。它会要求重新启动安卓工作室,请重新启动它。

我遇到了同样的问题,越来越多的方面——先是2个,然后4个,然后5个——上面的解决方案都不起作用。我的解决方案(Android Studio 3.3,OS X)是删除包含 org.jetbrains.androidorg.jetbrains.maven~/Library/Preferences/AndroidStudio3.3/disabled_plugins.txt

我想,如果你故意禁用插件,那么你将不得不再次手动禁用它们,但我能够再次加载所有方面。

For me I had to uncheck the plugin Android APK Support. I clicked Apply and then Ok to close the window. Android Studio prompted me to restart the program, and the program restarted. I checked the Android APK Support plugin again and restarted the program. And then I selected File -> Sync Project with Gradle Files

那就没问题了。