在widget
选项卡中更改properties
的值时,AndroidStudio
继续抛出IndexNotReadyException
。但是在重试几分钟后,就没有发生该错误。
这是错误日志:
com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation
at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:856)
at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:805)
at com.intellij.util.indexing.FileBasedIndexImpl.processExceptions(FileBasedIndexImpl.java:930)
at com.intellij.util.indexing.FileBasedIndexImpl.collectFileIdsContainingAllKeys(FileBasedIndexImpl.java:1190)
at com.intellij.util.indexing.FileBasedIndexImpl.processFilesContainingAllKeys(FileBasedIndexImpl.java:1018)
at com.intellij.psi.impl.search.PsiSearchHelperImpl$26.compute(PsiSearchHelperImpl.java:1096)
at com.intellij.psi.impl.search.PsiSearchHelperImpl$26.compute(PsiSearchHelperImpl.java:1093)
我已经将
AndroidStudio
更新为最新版本。但是仍然会发生错误。有任何解决方法或解决方法吗? 最佳答案
由于后台indexing
进程而发生。
当IDE索引时,如果我们尝试更改“属性”选项卡中的值,则会引发IndexNotReadyException
。
等待索引完成。
希望Google在AndroidStudio
的下一个版本中解决此问题!