CorruptedCacheException: Corrupted IndexBlock 298298 found in cache '/Users/macuser/.gradle/caches/journal-1/file-access.bin'

前端 未结 6 1427
有刺的猬
有刺的猬 2020-12-18 22:47

My android projects runs and my app works but I keep getting these errors. Can anyone explain what is happening and how I can solve it?

org.gradle.ca

6条回答
  •  清酒与你
    2020-12-18 22:58

    If you are using Windows and getting the same error try this.

    1. delete file-access.bin in path C:\Users(User).gradle\caches\journal-1.
    2. Restart android studio
    3. Rebuild project

提交回复
热议问题