Problems found loading Plugins in Android Studio

2019-04-03 01:17发布

问题:

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

How to get over this one?

回答1:

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



回答2:

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


回答3:

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



回答4:

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*


回答5:

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.



回答6:

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



回答7:

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



回答8:

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



回答9:

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!