| Completed Work:
- Investigation of Gradle tasks and best practices complete
- Tasks created for creating android emulator devices (versions M, N, O)
- Tasks create for starting emulator devices
- Task created for listing all emulator devices
- Task created for stopping emulator devices
Outstanding work:
- Create composite task from already created tasks to check if emulator exists, create it if it doesn't, and start the device
- Add profile file to creation task to provide skin for android device (impacts screen size and virtual memory of device in particular)
- Ensure DRY is implemented where possible to eliminate unnecessary boilerplate code
|
|