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:
- Deployability – finding and running the desired version of Android Emulator.
- 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.