Monday, 13 November 2017

Error Loading Project: Cannot load 3 facets Details... Android Studio.

I am very new to Android Studio, and I have just started the Android app development in Android Studio few days back. I was working on Android Studio 2.2.3 and developed some app also.

Today I got notification to update IDE and I update this. Update was successful to Android 3.0 and I imported my settings from previous version. When I try to run my previous app, I got error like -

Error Loading Project: Cannot load 3 facets Details... 

When I click on details, I got -


After Googling on Internet I found solution that- 

  • Disable the Firebase Services
  • Enable the Android Support Plugin
  • Restart Android Studio
  • Go to settings and then to Plugins
  • Enable Firebase Services plugin
  • Restart Android Studio

Solution -

Start Android Studio, Go to File ----> Settings


After click on setting, a setting window will be opened. Click on Plugins in left pane of window, Then in Plugin pane (Centre Pane), check (enable) the Android Support and uncheck the Firebase Services and restart the Android Studio.

Again go to Plugins and enable the Firebase Services and restart the Android Studio.

Doing this you can face following problem in applying these changes-


Enabling these plugins make sure that, no any plugins should be in red colour like below screen shot -


Plugins should be look like -



Hope this will solve your problem of facets.


No comments:

Post a Comment

Change image source dynamically on hyperlink

 Changing image source dynamically using JQuery. Here in this example I have created there hyperlink and stored all images in the same folde...