Skip to content

v0.4.3: Do not assume the adb server is already running

Choose a tag to compare

@zner0L zner0L released this 08 Jun 08:57
· 35 commits to main since this release
36c159b

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