Reputation: 57
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
Reputation: 11285
If you’re using Eclipse, and getting an error that looks like this:
Or this:
Solution= delete these items from your SDK Manager:
For some reason, this error only occurs with Eclipse. It doesn't happen with Android Studio.
Upvotes: 0
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
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