Eclipse Error: Error parsing …\android-22\android-wear\armeabi-v7a\devices.xml

不想你离开。 提交于 2019-12-04 19:32:31

问题


Recently, I upgraded my android-SDK to Android M (API 22, MNC Preview). After that, every project reported errors when Eclipse was opened.

The error of logcat and of a popup window says:

Error: Error parsing ...\sdk\system-images\android-22\android-wear\armeabi-v7a\devices.xml cvc-complex-type.2.4.d: Invalid content was found starting with element 'd:skin'. No child element is expected at this point

I thought there was something wrong in devices.xml. So I went to check this file.

What I found was: many lines like the picture below:

But all xml tags are well-formatted. Then I couldn't understand.

So could somebody explain this to me?
What's wrong with my Eclispe or my Andrid-SDK?
What happened when I was updating SDK?

Any tips will be appreciated. Thanks in advance.


回答1:


I had the same error message:

Error: Error Parsing C:\Android\sdk\system-images\android-22\android-wear\armeabi-v7a\devices.xml Invalid content was found starting with element 'd:Skin'. No child element is expected at this point.

There´s a problem with the packages of android wear of the API 22, so my solution was deleting this packages:




回答2:


I deleted the android-wear ARM EABL v7a System-Image and android-wear Intel x86 Atom System-Image from SDK. It worked for me.




回答3:


Open SDK manager from eclipse and select 1. android-wear ARM EABL v7a System-Image and 2. android-wear Intel x86 Atom System-Image for API version 22 and delete it.

If anyone face similar problem for other API version just select those packages from respective API version and delete. Just it. Solved your problem and enjoy!!!




回答4:


Look for the lines ..../d:skin> in file devices.hml, comment out or delete these lines will eliminate the error messages.



来源:https://stackoverflow.com/questions/30618666/eclipse-error-error-parsing-android-22-android-wear-armeabi-v7a-devices-xml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!