Arun Prakash
Arun Prakash

Reputation: 57

Error in android eclipse

Whenever i start eclipse i get this error :

Error: Error parsing C:\Program Files (x86)\Android\android-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.

how to rectify it?

Upvotes: 1

Views: 1220

Answers (3)

Gene
Gene

Reputation: 11285

If you’re using Eclipse, and getting an error that looks like this: enter image description here Or this: enter image description here Solution= delete these items from your SDK Manager: enter image description here

For some reason, this error only occurs with Eclipse. It doesn't happen with Android Studio.

Upvotes: 0

Asad Mehmood
Asad Mehmood

Reputation: 325

The solution is to remove package Android Wear ARM EABI v7a system image available under Android 5.1.1 (API 22) to resolve this problem.

Reference - Error Loading the sdk when eclipse is started

Upvotes: 4

Gulfaran
Gulfaran

Reputation: 91

Error Loading the sdk when eclipse is started

theres an answer on their with screenshots you basically need to delete(uninstall) the package Android Wear ARM EABI v7a system image available under Android 5.1.1 (API 22) if it's installed.

Upvotes: 1

Related Questions