Android Studio - unable to reload AVD list (d: skin)

I am trying to get google maps in app on my android device. I tested how this works, so I started by adding a simple map. However, when I try to run it, it gives me this error.

Unable to reload AVD list: cvc-complex-type.2.4.d: Invalid content was found starting with the 'd: skin' element. No child is currently expected. Bug analysis / 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 from element 'd: skin '. No child is currently expected. Bug Analysis / Applications / Android Studio.app/sdk/system-images/android-22/android_wear/x86/devices.xm

My code is very simple, I created an active work with google maps and just filled in my Android API key, as they said in the manual.

Does anyone know how to fix this?

+5
source share
1 answer

The solution is to remove Android Wear ARM and Intel images:

enter image description here

+17
source

All Articles