Is there a way to speed up the Android emulator?

I use a Windows 10 machine with an Intel Core 2.20 GHz processor (x64-based processor) and 8.00 GB of RAM, and I assigned 2048 MB of RAM for the emulator.

So, in my understanding, the car is not so bad to run the emulator. But the emulator response time is too long and is also used 80% of CPU, 95% of Memoryand 100% of Disk.

In addition, I tried to assign less RAM from the AVD manager to the same emulator, but it still remains the same problem, and sometimes only a white screen appears on the Android emulator. I have Android 2.3.3 and am already trying to enable / disable "Instant Run" from the settings, but failed.

So, is there any way to fix this problem, or at least want to know why the speed / performance of the Android emulator is too slow, and not some external emulator such as Genymotion.

I spent days on the Internet and a stack overflow, but could not find a similar problem / solution and did not understand the reasons for the poor performance of the Android emulator.

+4
source share
1 answer

You can use the Nox Player app and use it as a hardware device. You can also debug your code.

+1
source

Source: https://habr.com/ru/post/1686215/


All Articles