Issue
This is a problem that I've researched and googled but have not found any answers for that I haven't already tried. I'm using android studio kit to learn how to develop android application but I can't get pass launching the avd emulator. I set the path for the sdk in environment variables like this:
Here is a screenshot of where I installed intel HAXM in the sdk.
Here is the error message:
Can somebody out there give me some advise on how to solve this problem. Thank you sincerely.
Solution
The SDK Manager only downloads HAXM. It does not actually install it. For Windows, in the extras\
directory in your SDK installation, you should find an intel\
directory. Drill down inside of there to find a self-installing .EXE
file. Run that and follow the prompts in the wizard. Note that you may need to reboot to update your BIOS settings to enable virtualization extensions.
See also this outstanding Android tools issue.
Answered By - CommonsWare
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.