Thursday, 5 September 2013

Android device emulator and Android Virtual Devices

Android emulator and Android Virtual Device

The Android SDK contains an Android device emulator. This emulator can be used to run an Android virtual device (AVD). AVDs allow you to test your Android applications on different Android versions and configurations without access to the real hardware.
During the creation of your AVD you define the configuration for the virtual device. This includes for example the resolution, the Android API version and the density.
You can define multiple AVDs with different configuration and start them in parallel.

No comments:

Post a Comment