v0.4.3: Do not assume the adb server is already running
This bugfix introduces a new internal method for the android platform: android._internal.ensureAdb(), which ensures the abd server has been started. Now waitForDevice() and ensureDevice() also work on a freshly booted machine.
What's Changed
- README: Use tweasel-cli for creating emulators by @baltpeter in #86
- Ensure the adb server is running by @zner0L in #91
Full Changelog: v0.4.2...v0.4.3