HomeAndroidContinuous Testing - Android Emulator Tools

Continuous Testing – Android Emulator Tools

Android Emulator is often used by the developers during the development process to test the latest changes quickly. Recently, Android Development Team has announced that they have open-sourced the Android Emulator Container Scripts which will help the developer experiences around two pain points:

  1. Deployability – finding and running the desired version of Android Emulator.
  2. Debuggability – tracking down bugs from remote instances of Android Emulator.

The official blog entry can be found at Continuous testing with new Android emulator tools.

RELATED ARTICLES

Most Popular