Saturday, 16 April 2016

Android Emulator





Android Emulator is used to run, debug and test the android application. If you don't have the real device, it can be the best way to run, debug and test the application.

It uses an open source processor emulator technology called QEMU.

QEMU (short for Quick Emulator) is a free and open-source hosted hypervisor that performs hardware virtualization (not to be confused with hardware-assisted virtualization).

The emulator tool enables you to start the emulator from the command line. You need to write:

emulator -avd <AVD NAME>