Issue
I have created an AVD on Windows 8.1 and trying to run it through command line but facing below issue.
Command: emulator -avd [AVD Path]
Error: PANIC: Broken AVD system path. Check your Android_SDK_Root value [C:\Users[User]\AppData\Local\Android\SDK]!
I have set the Android_SDK_ROOT value to SDK home directory. This works fine if i run emulator through android studio.
Can anyone help this?
Thanks,
Chandresh Parmar
Solution
Please follow below step to run AVD
F:\AndroidStudioSetup\sdk>cd tools
F:\AndroidStudioSetup\sdk\tools>emulator -list-avds Nexus_5_API_24
F:\AndroidStudioSetup\sdk\tools>emulator -avd Nexus_5_API_24
Hax is enabled
Hax ram_size 0x60000000
HAX is working and emulator runs in fast virt mode.
Answered By - Alpesh Sorathiya
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.