enter image description here
How should I solve this problem?
-
i.sstatic.net/1mBnz.pngamine life– amine life2015年05月23日 23:07:57 +00:00Commented May 23, 2015 at 23:07
-
2Check here - stackoverflow.com/questions/30439524/…Amrit Pal Singh– Amrit Pal Singh2015年05月25日 14:08:02 +00:00Commented May 25, 2015 at 14:08
-
Does stackoverflow.com apply OCR to images? If not, it would have been nice to add the precise error message in text for easier search.WebViewer– WebViewer2022年12月01日 09:33:04 +00:00Commented Dec 1, 2022 at 9:33
7 Answers 7
Deleting(uninstalling) the package Android Wear ARM EABI v7a system image available under Android 5.1.1 (API 22) resolves this problem.
For details see this link - Error Loading the sdk when eclipse is started
4 Comments
I had the same error message but one of the solutions suggested was defining my application to work under API level 19. Really that wasn ́t an option for me, so my solution was deleting the packages from the API 22:
- Android Wear ARM EABI v7a System Image
- Android Wear Intel x86 Atom System Image
enter image description here
2 Comments
I just had the same problem too when trying to install the Android SDK for libgdx. I solved it by deleting every package from the "Android 5.1.1 (API 22)" in the Android SDK Manager except for Documentation for Android SDK, SDK Platform, Samples for SDK, ARM EABI v7a System Image, Google API's and Sources for Android SDK.
enter image description here
This solved the error for me. I guess it was a problem witht he other packages. I hope this helps :)
/EDIT: This sadly also resulty in libgdx not recognizing my API22 version. Not really sure why exactly, since it does successfully show up in the Android settings in Eclipse. :/ So if somebody has a proper fix I would be interested aswell ^^
Comments
I got rid of error by commenting out all <d:skin /> element on two files:
- C:\Users\"username"\AppData\Local\Android\android-sdk\system-images\android-22\android-wear\x86\devices.xml
- C:\Users\"username"\AppData\Local\Android\android-sdk\system-images\android-22\android-wear\armeabi-v7a\devices.xml
like this
<!--<d:skin>AndroidWearSquare</d:skin>-->
Comments
I could get rid of the error by uninstalling both wear images from API 22 package in SDK Manager.
Comments
For me, the solution was to delete Android Wear Intel x86 Atom System Image (under Android 5.1.1 (API 22)).
But my emulator still won't start!. Bring on Android Studio...
Comments
Seems like all latest Android Wear and TV emulators have this problem. Only deleting all of them solved this problem for me. Just go through all of them in SDK manager and delete'em all - should helps. In the case you need Wear and TV emulators - seems now there is no other way than using Android Studio for development. C'est la vie.