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?
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?
I had the same problem which I just solved by the following steps:
.AndroidStudio1.2
and .AndroidStudio
.AndroidStudio
directoryHope this will helps you too. If the above doesn't help , try this answer.
The issue I had with this is because my project name had an escaped character in it. The Project was exported as Archie's Blah, which was turned into Archie\'sBlah, which was causing problems (even if it wasn't actively complaining about it)