Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

AVD Manager

Vertual Device Configuration I already enable VT- x in my pc

like image 523
Android Avatar asked Aug 16 '20 12:08

Android


2 Answers

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.

like image 189
lightsout Avatar answered Sep 29 '22 13:09

lightsout


I did this and it solved my problem:

  1. Go to SDK Manager -> SDK Tools -> remove "Intel x86 Emulator Accelerator (HAXM Installer)"
  2. Click OK to uninstall HAXM.
  3. When the uninstall process is complete, close SDK Manager, open it again and install HAXM again the same way.
  4. Optional: Wipe data of your emulator and perform a cold boot.
  5. 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.

like image 23
Ali Has Avatar answered Sep 29 '22 12:09

Ali Has