Android Studio Corrupted .java file after improper shutdown

后端 未结 9 685
梦谈多话
梦谈多话 2020-12-30 05:01

I hibernated my laptop when Android Studio was running and found later that the laptop had been shut down. Now one of my source files is appearing empty in Android Studio an

9条回答
  •  时光取名叫无心
    2020-12-30 05:41

    Simple steps that always helped me to solve this problem

    Delete caches folder of the path

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

    Deleting above folder only sometimes will not work so, need to delete specific project's caches folder too

    F:\AndroidStudioProjects\sampleApplication\.idea\caches
    

提交回复
热议问题