Emulator
From OHAwiki
The emulator used to test Android applications contains:
- A modified version of QEMU.
- Disk images to run Android's 2.6 Linux kernel in emulation mode.
- The Android operating system, which contains a large amount of software itself.
- Several tools to help debug and create applications using the emulator.
Source code is available for QEMU, the Webkit browser, the Eclipse plugin, and the Linux kernel; the actual Android OS is only distributed in binary form.

