Error Loading Project: Cannot load 3 facets Details

前端 未结 10 1061
无人及你
无人及你 2020-12-24 10:12

I am using Android Studio 1.5.1 and when I open Android Studio I am getting in my console an error- \"Error loading project: Cannot load 3 facets Details...\"



        
相关标签:
10条回答
  • 2020-12-24 11:00

    Go to Settings -> Plugins -> Android APK Support. Make sure Android APK Support check field is checked. If not, check it and restart Android Studio.

    0 讨论(0)
  • 2020-12-24 11:03

    Solution:error-loading-project-cannot-load-3-facets-details. While android studio is launched, go to File, Then Settings->Plugin->Enable Android Support Plugin

    0 讨论(0)
  • 2020-12-24 11:03

    I received the same error message as you. After pondering and looking at the other answers, I found my solution.

    On the Startup of Android Studio, I noticed that Windows Defender was producing notifications with the title Unauthorized Changes Blocked - Controlled Folder Access blocked...

    Windows 10 has a feature called Controlled File Access, this supposedly prevents programs from modifying files on your C:\ Drive. By shutting this "Feature" off, Android Studio finally can work again!

    Alternatively, you can leave this feature on and the whitelist certain Program Files (.exe), you'll need to allow studio.exe, studio64.exe, and some git executables as well. In theory, this should also work.

    0 讨论(0)
  • 2020-12-24 11:06

    This happened to me. All you need to do is to go to settings -> Plugins, then disable all the apps and restart your android studio. Then re-enable them again and restart. You should be fine after that exercise

    0 讨论(0)
提交回复
热议问题