All Activities and layouts got corrupted in Android Studio

前端 未结 6 1481
感情败类
感情败类 2021-02-02 10:03

I am working on a projects since 3 months. Today most of my activities and xml files got corrupted. I have tried deleting workspace.iml file but it remains same.Local History in

6条回答
  •  春和景丽
    2021-02-02 10:26

    Erasing the cache of the Android studio will resolve the problem, for that you have to go to:

    C:\Users\user\.AndroidStudio3.5\system\caches
    

    (On windows)

    and on Mac:

    ~/.AndroidStudio3.5/system/caches
    

    Delete all the files there and restart the Android studio.

提交回复
热议问题