Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Android Studio Emulator on Windows 10 Home

I'm kinda a beginner to Android Studio and I couldn't find a solution for this problem. I've always used Android Studio on my MacBook, but now I needed to use it in my PC. The problem is, when I try to run the emulator, it tells that I need to enable VT-x. I enabled it from my BIOS settings, but I also needed to enable it from control panel in system functions. The problem is that, reading around, I've found that Hyper-v function can be enabled only in Windows 10 Pro version, while I own a Home version. Now, I can't use Android Studio Emulator in my PC only cause I don't own Windows 10 Pro? That sounds kinda weird to me...

Some help would be really appreciated.

like image 805
Simone Avatar asked Jan 30 '18 10:01

Simone


People also ask

Can Android Studio run on Windows 10 home?

Your PC must meet the following requirements to run Android Studio efficiently: 64-bit Microsoft Windows OS 8/10/11. 1280 x 800 minimum screen resolution. x86_64 CPU architecture; 2nd generation Intel Core or newer; or AMD CPU with Hypervisor support.

Can Android Emulator run on Windows 10?

You can run Android on Windows 11 or Windows 10 with an Android emulator. What this does is emulate the mobile operating system, or at least a portion of it, through a software program that's capable of running Android.

Which Android Emulator is best for low end PC Studio?

If you are looking for the lightest Android emulator, the Droid4x is your best choice. It can run even on 1GB RAM. It supports all windows up to 7, so it may be a little old.


1 Answers

Android Studio Emulator runs on Windows 10 Home. In my case, HAXM was installed but only partially because virtualization was not enabled.

For HAXM to install correctly, Virtualization must be enabled on the Intel CPU and this can be done through the UEFI bios settings. It is normally disabled by default, so if this has not been specifically enabled it will probably still be disabled and HAXM installation will not finish installing.

You can download a cpu utility such as Speccy to see if the Virtualization status is enabled or disabled and then re-install HAXM after Virtualization is enabled. Android Studio Emulator should then run on Windows 10 Home without problems.

like image 80
Nexus7_2012 Avatar answered Sep 25 '22 02:09

Nexus7_2012