Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugin Error: required plugin "Android Support" is disabled

I have a plugin error in my logcat

   10:08:28 PM Plugin Error         Problems found loading plugins:         Plugin "Google Analytics Uploader" was not loaded: required plugin "Android Support" is disabled.         Plugin "SDK Updater" was not loaded: required plugin "Android Support" is disabled.         Plugin "Android NDK Support" was not loaded: required plugin "Android Support" is disabled.         Plugin "Google App Indexing" was not loaded: required plugin "Android Support" is disabled.         Plugin "Google Cloud Tools For Android Studio" was not loaded: required plugin "Android Support" is disabled.         Plugin "Google Cloud Testing" was not loaded: required plugin "Android Support" is disabled.         Plugin "Google Services" was not loaded: required plugin "Android Support" is disabled.         Disable not loaded plugins         Enable Android Support         Open plugin manager  10:08:32 PM Error Loading Project: Cannot load 3 facets Details... 

This happened after I left my laptop to sleep and when I opened android studio, this error popped out. Now I cannot run my project.

like image 268
En Xin Avatar asked Jun 19 '16 14:06

En Xin


People also ask

How do I disable plugins on Android?

Step 3: To disable or uninstall a plugin this time go to the Installed tab. And here you can find the all installed plugins in your android studio. Just click on that plugin which one you want to disable or uninstall. Then select the Disable or Uninstall button at the right as shown in the below image.

What is a plugin in Android?

The Android Gradle plugin (AGP) is the official build system for Android applications. It includes support for compiling many different types of sources and linking them together into an application that you can run on a physical Android device or an emulator.


2 Answers

In short:

  • Windows (and Linux): Go to File--> Settings--> Plugins --> Enable Android Support

  • Mac: Android Studio--> Preferences--> Plugins --> Enable Android Support

enter image description here

If you look at the error you'll find the solution too :

3- Disable not loaded plugins 2- Enable Android Support 1- Open plugin manager 
like image 195
Milad Faridnia Avatar answered Sep 20 '22 11:09

Milad Faridnia


I ran into the same error. Here is how I fixed this, at least temporarily (until the pros show the best way to fix this).

(On a Mac) Go to Android Studio -> Preferences -> Plugins.  

You'll notice that "Android Support" Plugin is unchecked. Uncheck the "Google Cloud Testing" plugin and then check the "Android Support" plugin. Hit the Apply button and then click OK. The IDE will ask you to restart to bring the changes into effect. Hit OK and when the IDE restarts, your code should be working fine.

like image 23
Chhanda Bhattacharyya Avatar answered Sep 16 '22 11:09

Chhanda Bhattacharyya