Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the plugin org.jetbrains.android failed to save settings and has been disabled

When starting Android Studio 1.2 I get the error message:

the plugin org.jetbrains.android failed to save settings and has been disabled

I tried restarting and even downloaded the latest Android plugin but it didn't help. Any suggestions?

like image 911
Johann Avatar asked May 11 '15 07:05

Johann


1 Answers

I had the same problem which I just solved by the following steps:

  1. Exit Android Studio
  2. Check if you have 2 directories .AndroidStudio1.2 and .AndroidStudio
  3. Delete Android .AndroidStudio directory
  4. Start Android Studio and open another working project
  5. Exit Android Studio and Start your current project.

Hope this will helps you too. If the above doesn't help , try this answer.

like image 52
Lazy Ninja Avatar answered Sep 21 '22 07:09

Lazy Ninja