Reputation: 315
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
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.
Upvotes: 0
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