Console报错:
sdksystem-imagesandroid-22android-weararmeabi-v7adevices.xml
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。
sdksystem-imagesandroid-22android-wearx86devices.xml
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。
sdksystem-imagesandroid-23android-weararmeabi-v7adevices.xml
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。
sdksystem-imagesandroid-23android-wearx86devices.xml
cvc-complex-type.2.4.d: 发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。
解决方案1:
在SDK Manager里删除Android-wear相关的image。
解决方案2:
进入sdk目录下,把..sdksystem-imagesandroid-22android-weararmeabi-v7adevices.xml和..sdksystem-imagesandroid-22android-wearx86devices.xml文件删除,再把sdk里面..sdk oolslib下的devices.xml拷贝到上述两个文件夹里,重启eclipse即可