Android Studio Error:Data error cyclic redundancy check

2.2k Views Asked by At

I was working on a Project and this required me to reinstall the latest version of Android Studio. After the Installation when I opened the Project I,m getting this error. I have tried the single answer available, but it won't work. I am using te latest version of Android Studio (3.1.1).

"ERROR: Data error (cyclic redundancy check)"

enter image description here

2

There are 2 best solutions below

1
Amr Ahmed On

I have the same problem and the problem was that there was a corrupted file its name appear to me in android studio, that file android studio can't read as there was a bad sector in its hard location

Solution for me was to copy file content from android studio and create new one with the same in its location , hope it help others,

0
Quốc Hùng On

In my case there is problem with gradle version cached in PC.

I solved this problem by just removing the {home}\.gradle\wrapper\dists\gradle-8.2-bin file and then sync project again.