3
votes

from a week I was updated my Android Studio version to stable version 4.0.0 then I am started getting this errors in my studio and unable to build the app.

Unable to save plugin settings: The plugin org.jetbrains.android failed to save settings and has been disabled. Please restart Android Studio But I forcefully enabled all plugins in my Studio by going to File-->Settings-->Plugins --> All are enabled.

3
Go to File--> Project Structure --> Check Use Embedded JDK (Recommended)Dirk De Winnaar
try deleting .idea folder as wellDirk De Winnaar
in android 4.0.0 I'm not found Check Use Embedded JDK (Recommended) !! @DirkDeWinnaarAhmed M Bader El-Din
File--> Project Structure --> SDK Location --> Dropdown JDK Location :Select Embeded JDKDirk De Winnaar

3 Answers

2
votes

Select Embedded JDK in Android Studio Embedded JDK to Select

1
votes

Try that: delete the .idea folder in the android project folder where you faced this problem.

0
votes

Close Android Studio. Now navigate to your projects .idea folder and rename the workspace.xml file to workspace-o.xml and delete a workspace.xml~ if it exists (i.e., AS has a corrupt workspace layout file).

This should fix the problem. Restart AS and configure the workspace back they way you like it (i.e., it will start with a simple view: View/Tools Windows/Project etc.).