File fileSnapshots.bin in Android Studio

I found out about this in my Android Studio project. There is a file called fileSnapshots.bin , which is 90% of the size of the entire project.

This is very annoying because I often make a copy of my project. In the end, there is a lot of space taken from my hard drive.

Does anyone know why this file takes so much? Can I just remove it from my copies without worrying? The file is located under the myproyect/.gradle/2.4/taskArtifacts .

Thanks!

+7
android android-studio
source share

No one has answered this question yet.

See related questions:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
1345
Where can I place the assets folder in Android Studio?
1214
Rename package in Android Studio
1206
What is Gradle in Android Studio?
1112
What should be in my .gitignore project for Android Studio?
1005
How to "choose Android SDK" in Android Studio?
947
Android Studio: add jar as a library?

All Articles