Fix Android Studio Corrupted Project Workspace Settings

后端 未结 18 2843
感情败类
感情败类 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:44

    in Terminal navigate to your project directory, and run these

    rm -rf .idea
    rm *.iml
    

    then go into your app directory and do that same thing as above.

    Finally, "File" -> "New" -> "Import", this should solve the corruption.

提交回复
热议问题