Ozkan Tuzemen
Ozkan Tuzemen

Reputation: 315

Broken AVD system path. Check your ANDROID_SDK_ROOT value [c:\android-sdk]

I'm using Android Studio for Windows.

When I try to run Android Emulator, gives a panic, "Broken AVD system path. Check your ANDROID_SDK_ROOT value [c:\android-sdk]" (c:\android-sdk) is where my sdk is correctly installed and Android Studio sees as installed.

In another computers without having user variables, it works normally. It used to work before, I didn't change anything deliberately. Please help.

Upvotes: 2

Views: 2343

Answers (2)

dechiffre
dechiffre

Reputation: 83

ANDROID_AVD_HOME and ANDROID_EMULATOR_HOME are must be under ANDROID_SDK_ROOT directory.

Then restart computer and create new virtual device.

enter image description here

Upvotes: 0

Ozkan Tuzemen
Ozkan Tuzemen

Reputation: 315

I found out the solution.

.android directory is under my home account and the path contains non ascii characters, I just moved it under sdk directory and set ANDROID_SDK_ROOT value to c:\android-sdk.android and it works now.

Upvotes: 1

Related Questions