Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Android Studio 1.3 on my Ubuntu 14.04 machine takes up a lot of space because of 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 if I can just delete it?

like image 271
jkettmann Avatar asked Sep 16 '15 10:09

jkettmann


2 Answers

It's safe to delete

Just wanted to confirm it with you, I have 3 laptops using different versions of Android Studio v1.4, 1.5 as well as in 2.x.

like image 29
fedmich Avatar answered Nov 09 '22 19:11

fedmich


If you open the file in Notepad, you'll find that it is an index for the ids and strings generated from the Android projects. I think it should be safe to delete, since it is recreated once the project/module is opened again by Android Studio. I deleted mines on Android 1.4.1 and the files were recreated with much smaller size.

like image 124
Sonny Avatar answered Nov 09 '22 20:11

Sonny