4 minutes trying to index something. Here are a number of errors, the latter is simply repeated dozens of times. Windows warned that something will disappear and, apparently, this is part of the gradle . How to solve?

13:46:56 RuntimeException: java.io.IOException: writePrevChunkAddress: 98078387,98086429, C: \ Users \ 1.AndroidStudio2.1 \ system \ index \ trigram.index \ Trigram.Index.values

13:47:01 RuntimeException: java.io.IOException: writePrevChunkAddress: 2330935,2352735, C: \ Users \ 1.AndroidStudio2.1 \ system \ index \ filenameindex \ FilenameIndex.values

13:47:17 Gradle sync started

13:47:19 Gradle sync failed: C: \ Users \ 1.gradle \ caches \ 2.10 \ scripts \ settings_8kfxdbmd31mcq7saiba9roeqi \ cp_settings \ cache.properties (Can not find the specified file) Consult IDE log for more details (Help | Show Log)

13:47:33 RuntimeException: java.io.IOException: writePrevChunkAddress: 2331280,2350625, C: \ Users \ 1.AndroidStudio2.1 \ system \ index \ filenameindex \ FilenameIndex.values

13:47:34 RuntimeException: java.io.IOException: writePrevChunkAddress: 2331767,2350625, C: \ Users \ 1.AndroidStudio2.1 \ system \ index \ filenameindex \ FilenameIndex.values

com.intellij.diagnostic.MessagePool $ TooManyErrorsException: Too many IDE fatal errors. Monitoring stopped.

    1 answer 1

    You have the absence of the values ​​resource file, here's the path:

    C: \ Users \ 1.AndroidStudio2.1 \ system \ index \ filenameindex \ FilenameIndex.values

    Also there is no properties folder along the path:

    C: \ Users \ 1.gradle \ caches \ 2.10 \ scripts \ settings_8kfxdbmd31mcq7saiba9roeqi \ cp_settings \ cache.properties

    Gradle can not find these files for assembly, as I understand it. If there is a project backup, take these files from there.

    So it will not be superfluous to reinstall IDE.