Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a virtual device appear an error "The skin directory does not point to a valid skin"

My SDK tools to version 24.2 and SDK with Android 4.4W.2 (API 20).

I used Android Virtual Device (AVD) to simulate Android wear devices. but appear error "The skin directory does not point to a valid skin"

like image 826
Thiếu Danh Avatar asked May 15 '15 03:05

Thiếu Danh


4 Answers

I just had to close the dialog window and try creating the emulator again

like image 139
Eliza Camber Avatar answered Oct 11 '22 07:10

Eliza Camber


Did you choose skin? Do like my captures, It works. Firstly, choose Android x86. Secondly, click ADVANCE SETTINGS to select CUSTOM SKIN DEFINITION.

enter image description hereenter image description here

like image 35
Bryan Avatar answered Oct 11 '22 07:10

Bryan


I clicked on the ... button and chose my $ANDROID_SDK/skins (~/Library/Android/sdk/skins on my mac) directory, and then I was able to choose the appropriate skin.

like image 4
Heath Borders Avatar answered Oct 11 '22 06:10

Heath Borders


I had this same error "The skin directory does not point to a valid skin." when creating an Android wear virtual device using AVD manager launched from Android Studio.

Solution for me was to pick the "Wear OS Round" skin option instead of the "Wear OS Round Chin" in previous screens.

enter image description here

like image 1
hcpl Avatar answered Oct 11 '22 06:10

hcpl