Fix Android Studio Corrupted Project Workspace Settings

后端 未结 18 2790
感情败类
感情败类 2020-12-13 12:18

I had this problem for a while and was able to solve it myself.

If in opening your project in Android Studio and something similar to this error message pops up:

18条回答
  •  天涯浪人
    2020-12-13 12:48

    I guess the problems depends on each situation. I was using Flutter in Android Studio and suddenly one day this problem occurred.

    Just delete the project_name.iml in Flutter project and project_name_android.iml in android module.

    For android projects simply delete .iml file in the project.

    After deleting restart Android Studio and follow the steps as in this video. It was of great help.

提交回复
热议问题