问题描述
我已经阅读了有关上述问题的各种答案,但是我有一个特定的问题.当我启动Eclipse时,它给出了一个错误:
I have already read varying answers to above question, but I have a specific problem.When I start Eclipse it gives an error:
> Error Parsing:
> C:\android-sdk_r24.2-windows\android-sdk-windows\system-images\android-22\android-wear\armeabi-v7a
> cvc-complex-type.2.4.d: Invalid content was found starting with element 'd:skin'. No child element is expected at this point.
当Eclipse在启动时自动加载SDK时,会发生此错误.
This error happens when Eclipse automatically loads the SDK on startup.
推荐答案
在像您一样的日食启动过程中,我也遇到了相同的解析sdk加载问题(如下图所示)
I have faced the same parse sdk loading problem during eclipse startup like yours (Shown in image below)
上述问题的解决方案是仅删除(卸载) 下可用的软件包 Android Wear ARM EABI v7a系统映像. Android 5.1.1(API 22)(如果已安装). (无需卸载整个5.1.1软件包).该软件包可能存在一些eclipse错误.
The solution to above problem is to just delete(uninstall) the package Android Wear ARM EABI v7a system image available under Android 5.1.1 (API 22) if it's installed. (No need to uninstall whole 5.1.1 package). May be there is some eclipse bug with this package.
最后重新启动蚀以查看所做的更改.
Finally restart eclipse to see your changes.
这篇关于Eclipse启动时加载SDK时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!