IndexNotReadyException - Android Studio

后端 未结 5 712
鱼传尺愫
鱼传尺愫 2020-12-08 04:08

While changing the values of a widget in properties tab, AndroidStudio keeps on throwing IndexNotReadyException. But afte

5条回答
  •  北海茫月
    2020-12-08 04:13

    Happens because of the background indexing processes.

    When the IDE is indexing, if we try to change the values in properties tab, then IndexNotReadyException is thrown.

    Wait till indexing is complete.

    Hope Google fixes this in AndroidStudio's next release!

提交回复
热议问题