'Could not start AVD
I install the latest version of Android Studio Android Studio 4.0.1.then after i open Android studio and create sample project.after that i open AVD manager and "create virtual device",then after i download Android 10.0+ API 30 level emulator. Issue is AVD not start.please check Images
PC configuration:
Window 7 Professional,Service Pack 1, 8GB RAM,64-bit,intel core i3,Asus
Solution 1:[1]
I made VT-x enabled and saved it many times,but AVD did not start. I changed lithium battery on MB,so now AVD works.
I think if lithium battery on MB is low,BIOS will not work properly.
Solution 2:[2]
I did this and it solved my problem:
- Go to SDK Manager -> SDK Tools -> remove "Intel x86 Emulator Accelerator (HAXM Installer)"
- Click OK to uninstall HAXM.
- When the uninstall process is complete, close SDK Manager, open it again and install HAXM again the same way.
- Optional: Wipe data of your emulator and perform a cold boot.
- If the problem still exists uninstall/install Android emulator in SDK Manager -> SDK Tools as well.
If your system has low resources (RAM, CPU) like mine, it just can't. Don't push it.
Solution 3:[3]
It might be the issue with HAXM. To resolve this issue first install HAXM in AVD creation part. If it is showing installation failed then we should manually install it into the system.
For that, go to the Intel website, download the HAXM installer that they provide (instead of using the one downloaded through Android Studio).
https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager
https://github.com/intel/haxm/releases/tag/v7.6.1
After installing HAXM enable intel virtualization support in your BIOS. By default virtualization will be disabled. You can use the following link to enable virtualization in your BIOS.
https://bce.berkeley.edu/enabling-virtualization-in-your-pc-bios.html
Solution 4:[4]
In addition to reinstalling HAXM, I added android SDK , JDK & JRE paths in environment variable and I got AVD working.
Add new entry user variables in environment variables where
variable name= ANDROID_HOME value= C:\Users\username\AppData\Local\Android\Sdk
variable name= JAVA_HOME value= C:\Program Files\Java\jdk-11.0.11
variable name= JRE_HOME value= C:\Program Files\Java\jre1.8.0_291
Add new entries/apend ANDROID_HOME;JAVA_HOME;JRE_HOME to path user variable in environment variable.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | lightsout |
| Solution 2 | |
| Solution 3 | Codemaker |
| Solution 4 |


