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?
-
you should switch to Android Studio , if you are not sure yet then visit this link androidbinder.blogspot.in/2015/06/…kumar kundan– kumar kundan2015年06月14日 16:32:33 +00:00Commented Jun 14, 2015 at 16:32
-
Check The below LLInk: stackoverflow.com/questions/30439524/…katamaraju– katamaraju2016年01月21日 12:44:33 +00:00Commented Jan 21, 2016 at 12:44
3 Answers 3
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
Comments
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.
Comments
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.