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

后端 未结 7 2068
爱一瞬间的悲伤
爱一瞬间的悲伤 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:46

    In my case(Linux), I just delete the file

    /root/xxx/Sdk/system-images/android-23/android-tv/armeabi-v7a/devices.xml
    

    then I copy

    /root/xxx/Sdk/tools/lib/devices.xml
    

    to

    /root/xxx/Sdk/system-images/android-23/android-tv/armeabi-v7a/
    

提交回复
热议问题