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...\"
Go to Settings -> Plugins -> Android APK Support
. Make sure Android APK Support
check field is checked. If not, check it and restart Android Studio.
Solution:error-loading-project-cannot-load-3-facets-details. While android studio is launched, go to File, Then Settings->Plugin->Enable Android Support Plugin
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.
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