Console报错:

sdk\system-images\android-22\android-wear\armeabi-v7a\devices.xml 
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。

sdk\system-images\android-22\android-wear\x86\devices.xml 
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。

sdk\system-images\android-23\android-wear\armeabi-v7a\devices.xml 
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。

sdk\system-images\android-23\android-wear\x86\devices.xml 
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。

解决方案1:

在SDK Manager里删除Android-wear相关的image。

解决方案2:

进入sdk目录下,把..\sdk\system-images\android-22\android-wear\armeabi-v7a\devices.xml和..\sdk\system-images\android-22\android-wear\x86\devices.xml文件删除,再把sdk里面..\sdk\tools\lib\下的devices.xml拷贝到上述两个文件夹里,重启eclipse即可

相关文章:

  • 2022-12-23
  • 2021-10-12
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-10-14
猜你喜欢
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-21
  • 2022-01-13
相关资源
相似解决方案