Android : Getting “Cannot reload AVD list:” error at the time of execution

后端 未结 7 2138
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-02 11:07

At the time of exectution am getting an error

Cannot reload AVD list: cvc-enumeration-valid: Value \'280dpi\' is not facet-valid with respect to enumeration \'[l

7条回答
  •  故里飘歌
    2021-02-02 11:39

    This problem is caused because the Android Studio is not able to load android wear system images with given dpi. To resolve this, do this:

    1) Go to:

    C:\Program Files (x86)\Android\android-sdk\system-images\android-23

    and delete the "android wear" folder which contains system images of android wear.

提交回复
热议问题