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

前端 未结 6 1418
有刺的猬
有刺的猬 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条回答
  •  梦毁少年i
    2020-12-18 23:08

    open a terminal in android studio and type this command and rebuild your project it will 100% work

    rm -R .gradle
    

提交回复
热议问题