IndexNotReadyException - Android Studio

后端 未结 5 717
鱼传尺愫
鱼传尺愫 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:18

    I faced the same problem and found solution according to this, I have changed the API level 22 to 21, problem solved.

    API Level for XML layout was set **Automatically Pick Best ** which was API 22

    enter image description here

    And I change this API 22 to API 21:

    enter image description here

    and the exception removed.

    Hope this help. Thanks

提交回复
热议问题