Huge android studio file: android.value.resources.index

Android Studio 1.3 on my Ubuntu 14.04 machine takes up a lot of space due to a file called android.value.resources.index.values ​​( size 3.9 GB) in the directory . AndroidStudio1.3 / system / index / android.value.resources.index

Do you know what this file does, and can I just delete it?

+6
source share
2 answers

If you open the file in Notepad, you will find that it is an index for identifiers and strings created in Android projects. I think it should be safe to delete, as it is recreated after the project / module opens Android Studio again. I deleted the mines on Android 1.4.1 and the files were recreated with a much smaller size.

+4
source

Safely Remove

I just wanted to confirm this with you, I have 3 laptops using different versions of Android Studio v1.4, 1.5, and also in 2.x.

+1
source

All Articles