Error Loading Project: Cannot load 3 facets Details

前端 未结 10 1128
无人及你
无人及你 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: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.

提交回复
热议问题