错误加载项目: 无法加载3个方面的详细信息

我正在使用 Android Studio 1.5.1,当我打开 Android Studio 时,我的控制台出现了一个错误——“错误加载项目: 无法加载3个方面的细节...”

4:42:06 PM Error Loading Project: Cannot load 3 facets Details...
4:42:09 PM Plugins Suggestion
Unknown features (Run Configuration[AndroidRunConfigurationType], Facet[android, android-gradle]) covered by disabled plugin detected.
Enable plugins...
Ignore Unknown Features

enter image description here

有人知道我该如何解决这个问题吗?

47318 次浏览

解决方案: 错误-加载-项目-不能-加载-3-方面-详细信息。 当 Android 工作室启动时,点击文件,然后设置-> 插件-> 启用 Android 支持插件

在启用 Android 支持插件(文件-> 设置-> 插件-> Android 支持)之后,如果你正在使用 Firebase 服务插件,你可能需要禁用 Firebase 服务,确保 Google 服务已经启用,点击“应用”,最后重新启用 Firebase 服务。 当一个事件日志出现抱怨失效的插件时,这帮助了我。

  1. 点击提示启用插件 2. 取消选中 Firebase 服务和其他自动发生问题的插件从红色改为白色。
  2. 点击 OK。
  3. 将弹出一个提示,以重新启动 Android 工作室
  4. 万岁!

在打开 android 工作室,打开设置和插件,然后做以下步骤

  1. 切断消防服务
  2. 启用机器人支持插件
  3. 重启安卓工作室
  4. 进入设置,然后进入插件
  5. 启用 Firebase 服务插件
  6. 重启安卓工作室

(问题的简短解决方案如上所示,并有许多赞成票。如果他们不为你工作,一些人已经感谢我这一点,所以给它一个尝试。)

当我得到“ Facets”错误时,我正在使用 Android Studio 3.0.1Gradle 4.1

  1. 如果 AS 是 吊死,强制它停止使用任务管理器。

  2. 重新启动 AS。如果你有错误和 无法进入文件 > 设置... ,你可能是在我所在的地方。继续读。

  3. 如果你有一个类似的 跳出 facets..。

enter image description here

  1. 看看 升降台。如果您得到消息 Problems found loading plugins,后面跟着一个错误列表,表示 “required plugin Android 支持被禁用, followed by a message that has a link saying " ...(显示气球)’,点击那个链接

  2. 链接将有一个选项到 Choose to 启用 Android 支持’。这样做。

  3. 重新启动 AS。

  4. 如果你能到达 File > Settings并且没有错误,很好。我想你已经完成了。

面临一个新的错误,因此你可能也面临同样的问题:

  1. 如果你得到这个错误..。

    Info:Gradle tasks [clean, :app:generateDebugSources,
    :app:generateDebugAndroidTestSources,:app:mockableAndroidJar]
    Error:Failed to complete Gradle execution.
    
    
    Cause: **Write access is allowed from event dispatch thread only**
    
  2. ... go to File -> Project Structure -> SDK Location.

  3. Check the box Use embedded JDK.

  4. Set jdk location to C:\Program Files\Android\Android Studio\jre.

(My path was set to C:\Program Files\Android\Android Studio1\jre. The 1 is a little disconcerting, but ok so far.)

  1. Hit OK and exit Settings.

  2. Choose Run or Debug (or Run … or Debug …).

(If you still have problems, check out the other Answers above and below.) This is as good as I can do. Sorry if it didn't help.


This seems to combine two or three threads about two or three problems:

Facet errors (I ignored the popup.)
Plugin errors (but no access to File Settings)
Write access only from dispatch thread (for which the fix seems unrelated).

对我来说,我去 Settings -> Plugins和取消选择 Gradle,然后立即重新选择它,让 Android 重新启动,然后禁用颤振插件,让它重新启动。有关详细信息,请参阅 更全面的答案

转到 Settings -> Plugins -> Android APK Support。确保选中了 Android APK Support检查字段。如果没有,选中它并重新启动 Android Studio。

我收到了和你一样的错误信息,经过反复思考和寻找其他的答案,我找到了我的解决方案。

在安卓工作室的启动阶段,我注意到 Windows Defender 正在生成标题为“未授权的更改被阻止——受控的文件夹访问被阻止... ...”的通知。

Windows10有一个称为受控文件访问的功能,这可能会阻止程序修改 C:\ Drive上的文件。 通过关闭这个“功能”,Android Studio 终于可以再次工作了!

或者,您可以保留这个特性,并将某些 Program Files (.exe)列入白名单,您还需要允许 studio.exestudio64.exe和一些 git 可执行文件。理论上,这也应该有效。

打开 android 工作室,打开设置,然后转到插件,现在禁用所有插件并重新启动 android 工作室。重新启动 android 工作室打开设置,然后转到插件,现在启用所有插件,然后重新启动 android 工作室。之后应该会有用。

下面的解决方案可能对某些人有帮助,在 Android Studio (Ubuntu)中它总是对我有用

进入设置 > > 插件窗口

你会发现默认安装和启用了太多的插件。

检查下面列出的3个插件

1) IntelliLang

2) JUnit

3)科特林

它可能已经启用,如果还没有启用的话。 如果启用,则禁用它并重新启用。

然后,OK > > 应用并重启 Android Studio。

如果没有解决你的问题禁用所有的插件,并再次启用它。 希望能成功

这事发生在我身上。所有你需要做的就是去设置-> 插件,然后禁用所有的应用程序,并重新启动您的安卓工作室。然后重新启用它们并重新启动。做完那个运动你应该就没事了