Releases: tweaselORG/andromatic
v1.1.2: More robust emulator creation
This is a patch release that fixes a bug where a createEmulator()
call could fail in certain configurations due to a missing package.
What's Changed
Full Changelog: v1.1.1...v1.1.2
v1.1.1: Bugfix for hanging installs on macOS
Due to a bug in the library we were using to find existing Java installations, installing new packages hung indefinitely on macOS. This release fixes that bug by switching to a different library for finding the JAVA_HOME
.
Note
If you were seeing this problem in one of our other libraries that depend onandromatic
(appstraction
orcyanoacrylate
), you should be able to work around the problem by installing this new version ofandromatic
first (e.g.yarn add andromatic; yarn add appstraction
) until we release updated versions of those.
What's Changed
Full Changelog: v1.1.0...v1.1.1
v1.1.0: Create emulators!
This release of andromatic adds the new createEmulator()
function, which enables you to create emulators in your nodejs code using the cached Android SDK. Take a look at the README for usage examples.
What's Changed
- Fixes tweaselORG/meta#30: Creation of Android emulators by @baltpeter in #5
Full Changelog: v1.0.0...v1.1.0
v1.0.0: First release
This first release of andromatic comes with the automated installation of Android developer tools on Linux, macOS and Windows. It supports running multiple versions of the versioned tools and automatic installation of missing tools, as well as a CLI to install tools e.g. in a npm postinstall
script.
What's Changed
- First implementation by @baltpeter in #1
Full Changelog: https://github.com/tweaselORG/andromatic/commits/v1.0.0