Whenever I run my small application in Android studio it takes more time to boot in emulator .
My system config as follows
- RAM 4GB
- PROCESSOR dual core
- GPU intel integrated graphics
Whenever I run my small application in Android studio it takes more time to boot in emulator .
My system config as follows
Did you install the HAXM driver? This makes the emulator usable but even then there is room for performance improvements... (Of course your graphic card driver should be installed properly)
Intel’s x86 Emulator Accelerator Manager allows developers to run an emulator which performs much faster than a typical emulator running on an ARM-based CPU architecture. It should be noted that this technology only works on Intel VT (Virtualization Technology) enabled systems.You can also enable your emulator to use your machine’s GPU which should make rendering of animations or graphics much faster than it would otherwise be.