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...\"
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.