error when loading the sdk error parsing

Error Parsing: C:android-sdk_r24.2-windowsandroid-sdk-windowssystem-imagesandroid-22android-weararmeabi-v7a cvc-complex-type.2.4.d: Invalid content was found starting with element 'd:skin'. No child element is expected at this point.

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.

solution image

Finally restart eclipse to see your changes.

Edit: If the problem still exists, try removing other Android Wear package also (i.e Android Wear Intel x86 Atom System Image) as suggested by @Abhishek in comments below.

原文地址:https://www.cnblogs.com/yelanggu/p/5759704.html