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?
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?
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
I have the same error, and I solve it as mentioned above:
file-->settings-->plugins
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
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*
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.
Andorid studio -> preferences > plugins, enable "support" plugin. And then if there are red plugin, disabled it and restart android studio
Go to File->Settings-> Plugins then uncheck then check all the red highlighted plugin then restart the android studio if require
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
For Mac, this worked
Menu > Preferences > Plugins
Uncheck all
Android studio will ask to restart, restart it
Check all again
Restart Again
And Voila!