Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error loading the SDK when Eclipse starts

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. 

This error happens when Eclipse automatically loads the SDK on startup.

like image 904
Laxmi Narayan Avatar asked May 25 '15 13:05

Laxmi Narayan


People also ask

How do I fix missing SDK?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

What is SDK location in eclipse?

Open eclipse, click window tab it will show a drop down menu, click preferences, in preferences window click Android, here u go Sdk location is right in front of u copy the address :) Show activity on this post.

How do I download SDK manager for Eclipse?

The Android SDK separates tools, platforms, and other components into packages you can download using the SDK Manager. You can launch the SDK Manager in one of the following ways: From Eclipse (with ADT), select Window > Android SDK Manager.


2 Answers

I have faced the same parse sdk loading problem during eclipse startup like yours (Shown in image below)

SDK load error

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.

like image 77
Amrit Pal Singh Avatar answered Sep 28 '22 21:09

Amrit Pal Singh


This was my 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 kind of problem with android Wear packages for API 22, so my solution was deleting this two packages from the API 22

enter image description here

like image 33
Jorgesys Avatar answered Sep 28 '22 21:09

Jorgesys