Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - Cannot reload AVD list (d:skin)

I'm trying to get google maps on an application on my android device. I was testing how it works so i started with adding a simple map. However when i try to run it it gives me this error.

Cannot reload AVD list: cvc-complex-type.2.4.d: Invalid content was found starting with element 'd:skin'. No child element is expected at this point. Error parsing /Applications/Android Studio.app/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. Error parsing /Applications/Android Studio.app/sdk/system-images/android-22/android-wear/x86/devices.xm

My code is very simple, i created a prefab google maps activity and just filled in my Android API key like they said in the guide.

Does anyone knows how to fix this?

like image 301
Pixelsquare Avatar asked May 25 '15 16:05

Pixelsquare


1 Answers

The solution is to delete Android Wear ARM & Intel images:

enter image description here

like image 111
Alexey Strakh Avatar answered Sep 18 '22 16:09

Alexey Strakh