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?
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