Plugin Error: required plugin "Android Support" is disabled

AndroidAndroid StudioAndroid Support-Library

Android Problem Overview


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.

Android Solutions


Solution 1 - Android

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

Solution 2 - Android

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.

Solution 3 - Android

Go to Settings->Plugins->IDE Settings and just disable and enable again needed plugins. Apply changes when you enable/disable.

Solution 4 - Android

go as flow file-->settings-->plugins. then uncheck the red options. apply settings You will get error message no problem. recheck the unchecked options. press ok. it will request to restart android studio press ok button and it will solve the problem and work again.

Solution 5 - Android

  • Open the file c:\users\username.AndroidStudio2.3\config\disabled_plugins.txt
  • delete the line "org.jetbrains.android"
  • restart Android Studio

Solution 6 - Android

https://stackoverflow.com/a/40055520/1587329's solution also works in Linux:

> File--> Settings--> Plugins --> Enable Android Support

screenshot settings plugins

Or just click Reset in the top right.

Solution 7 - Android

I had the same issue and was unable to enable Android Support plugin. Then I disable Google Cloud plugins and Firebase plugins and then enable the Android Support plugin. After AS restart I was able to re enable Google Cloud and Firebase plugins.

Solution 8 - Android

I too faced this issue, If you uncheck then check on any dependency(red colour) plugin then IDE will prompt a dialog to enable "Android Support" accept it and restart IDE problem will be solved.

Solution 9 - Android

if you are installing on a PC that has set default language other then english(in my case, it was hindi), then android studio wont start. so first change your system language to english. i have faced this problem two times.

Solution 10 - Android

The problem with me was that I imported android studio settings from another PC which had different user_name. the SDK location were hence set to c:/users/mmstq/appdata/local/android/android-sdk But luckily I had my previous settings backed up. Which had SDK locations as c:/users/matlo/appdata/local/android/android-sdk

Solution 11 - Android

I faced the issue after updating the Android studio to '3.6.1', I just navigated to plugin and updated Flutter plugins, then restarted the IDE. This worked for me

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEn XinView Question on Stackoverflow
Solution 1 - AndroidMilad FaridniaView Answer on Stackoverflow
Solution 2 - AndroidChhanda BhattacharyyaView Answer on Stackoverflow
Solution 3 - AndroidJéwôm'View Answer on Stackoverflow
Solution 4 - AndroidMakvinView Answer on Stackoverflow
Solution 5 - AndroidFlorian KarbonView Answer on Stackoverflow
Solution 6 - Androidserv-incView Answer on Stackoverflow
Solution 7 - AndroidRSchmittView Answer on Stackoverflow
Solution 8 - AndroidPavan KunchapuView Answer on Stackoverflow
Solution 9 - AndroidManoj Bhakar PCMView Answer on Stackoverflow
Solution 10 - AndroidMattView Answer on Stackoverflow
Solution 11 - Androidu_pendraView Answer on Stackoverflow