Problems found loading Plugins in Android Studio

AndroidGradleAndroid Studio

Android Problem Overview


After updating Gradle as suggested in this answer the following error appears while using Android Studio 0.2.0

enter image description here

How to get over this one?

Android Solutions


Solution 1 - Android

go to Settings-Plugins-IDE Settings and just disable and enable again needed plugins - it helped me. I think it was some bug on Studio

Solution 2 - Android

I have the same error, and I solve it as mentioned above:

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

Solution 3 - Android

1.Go to settings -> uncheck all red check one's -> apply

2.It will restart your android studio -> OK

3.Go to settings -> Plugins -> check the unchecked one's->apply

4.Restart and update them all.

//done

//thankyou

Solution 4 - Android

I try to remove and reinstall Extras or disable and enable plugins but the problem is not solved.

I find a solution to correct that is to reset Android Studio You have to remove this directory and restart Android Studio to detect the SDK location:

~/Library/Preferences/AndroidStudio*
~/Library/Caches/AndroidStudio*
~/Library/Logs/AndroidStudio*

Solution 5 - Android

As you see, image uploaded by you, Configure, go to that menu. Now click on Settings. Try to find Plugins in IDE Settings. Here look out for Gradle and check whether it is installed or not.

If not, Click on Install JetBrains Plugin... or Browse Categories and find Gradle. Now on top, besides Refresh button there is a Download and Install button. Using that button install Gradle Plugin.

Solution 6 - Android

> Andorid studio -> preferences > plugins, enable "support" plugin. And then if there are red plugin, disabled it and restart android studio

Solution 7 - Android

Go to File->Settings-> Plugins then uncheck then check all the red highlighted plugin then restart the android studio if require

Solution 8 - Android

I solved it this way.. Go to file then settings (Ctrl+alt+S) > then go to plugins > on the "show" dropdown button select disabled > unchecke the check-buttons then they'll disappear> again select disabled then check them and press OK. On request to restart android studio, restart it and it'll be working fine

Solution 9 - Android

For Mac, this worked

  1. Menu > Preferences > Plugins

  2. Uncheck all

  3. Android studio will ask to restart, restart it

  4. Check all again

  5. Restart Again

  6. And Voila!

Solution 10 - Android

Unchecking the gradle plugin and checking it again then restarting android studio and selecting the SDK location and downloading the missing dependencies worked for me

Solution 11 - Android

I solved this problem with reset android studio settings.

On Windows:

Go to your User Folder - on Windows 7/8 this would be:

> [SYSDRIVE]:\Users[your username] (ex. C:\Users\JohnDoe)

In this folder there should be a folder called .AndroidStudioBeta or .AndroidStudio (notice the period at the start - so on some OSes it would be hidden).

Delete this folder (or better yet, move it to a backup location - so you can return it if something goes wrong).

This should reset your Android Studio settings to default.

https://stackoverflow.com/a/19397632/793880

Solution 12 - Android

2020/12/10 - Ubuntu 18.04 and Android Studio 4.2 I solved it this way: Using strace I've found the user installed plugins directory on "/home//.local/share/Google/AndroidStudioPreview4.2" (not documented in any place i've read, nor official doc, nor IntelijIdea either) Just deleted the directories of the failing plugins (that are not listed with installed plugins, so can't uncheck anything), and problem fixed.

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
QuestionGaurav AgarwalView Question on Stackoverflow
Solution 1 - AndroidAndrewSView Answer on Stackoverflow
Solution 2 - Androiduser5865012View Answer on Stackoverflow
Solution 3 - AndroidJayView Answer on Stackoverflow
Solution 4 - AndroidBen.Slama.JihedView Answer on Stackoverflow
Solution 5 - Androiduser456118View Answer on Stackoverflow
Solution 6 - AndroidKadir altınokView Answer on Stackoverflow
Solution 7 - AndroidHoque MD ZahidulView Answer on Stackoverflow
Solution 8 - AndroidalanView Answer on Stackoverflow
Solution 9 - Androidtouhid udoyView Answer on Stackoverflow
Solution 10 - Androiduser8572385View Answer on Stackoverflow
Solution 11 - AndroidSavas AdarView Answer on Stackoverflow
Solution 12 - AndroidFer B.View Answer on Stackoverflow