Gradle project refresh failed - Cause: invalid stream header: FFFFFFFF

0

I created a new project in Android Studio. However, when opening, the following error appears:

Error:Cause: invalid stream header: FFFFFFFF

How can I resolve this situation?

    
asked by anonymous 14.08.2017 / 13:27

1 answer

0

Probably your gradle files have corrupted. Try these steps:

1) File - > Invalidate Cache

2) Delete the .gradle folder of your project

3) Give a rebuild to the project

    
14.08.2017 / 15:24