Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android sdk installation. Error: Invalid content was found starting with element 'd:skin'. No child element is expected at this point

I am setting up eclipse and the Android sdk environment on Linux Ubuntu 14.04. I have followed this tutorial exactly and now I am almost at the end, but I get this "no child element is expected at this point"

What do I need to do?

I am new to Linux, and yes I have looked up the answer to this already, but the answer I found doesn't seem to match up with what I need exactly and since I am a new user, I can't figure this out on my own.

like image 636
BlockchainDeveloper Avatar asked May 24 '15 15:05

BlockchainDeveloper


3 Answers

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

like image 72
Amrit Pal Singh Avatar answered Nov 06 '22 09:11

Amrit Pal Singh


Just open the Android SDK Manager and delete both the Android Wear ARM EABI v7a system image and Androi Wear Intel x86 Atom SystemImage under Android 5.1.1 (API 22)

It worked for me.

like image 39
Malith Avatar answered Nov 06 '22 09:11

Malith


Delete the Android Wear package from SDK manager And restart the eclipse

package (i) Android Wear ARM EABI v7a system image(5.1 API 22) (ii) Android Wear Intel x86 Atom System Image(5.1 API 22)

like image 1
Kamleshwer Purohit Avatar answered Nov 06 '22 08:11

Kamleshwer Purohit