Fix Android Studio Corrupted Project Workspace Settings

It probably means your project workspace settings file is corrupted by whatever reason and Android Studio could not read it. Mine is probably because of BSOD, because Windows.

To solve the error, just delete the workspace.xml as specified in the error message. It is ok to delete it since you probably already lost all your custom workspace settings when the file got corrupted and you will never be able to save new workspace settings unless you fix the corrupted file. After deleting it, the next time you open your project in Android Studio, it will try to look for the workspace file, and if it can't find it, it will just create a new valid one.

I hope this helps! :)


Step 1 :Exit Android Studio.

Step 2 :Delete workspace.xml file found in the \ProjectName\.idea\ directory.

Step 3 :Run Android Studio again.