Сбой сборки Gradle: java.lang.IndexOutOfBoundsException: индекс: 0, размер: 0 - PullRequest
0 голосов
/ 09 октября 2018

Я пытаюсь построить> Сделать свой проект.Я думаю, что есть проблема с моей средой, так как мой коллега может клонировать репозиторий и строить из мастера.Make project возврат (первые несколько строк):

Index: 0, Size: 0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.rangeCheck(ArrayList.java:653)
    at java.util.ArrayList.get(ArrayList.java:429)
    at com.intellij.openapi.editor.impl.view.TextLayoutCache.invalidateLines(TextLayoutCache.java:137)
    at com.intellij.openapi.editor.impl.view.TextLayoutCache.invalidateLines(TextLayoutCache.java:123)
    at com.intellij.openapi.editor.impl.view.EditorView.invalidateRange(EditorView.java:357)
    at com.intellij.openapi.editor.impl.EditorImpl$1.attributesChanged(EditorImpl.java:415)
    at com.intellij.openapi.editor.impl.EditorImpl$1.afterAdded(EditorImpl.java:381)
    at com.intellij.openapi.editor.impl.MarkupModelImpl.fireAfterAdded(MarkupModelImpl.java:224)
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...