Releases: bitrise-steplib/steps-avd-manager
Releases · bitrise-steplib/steps-avd-manager
1.0.1
Fixed issue #16 : Failed to run phase, error: fork/exec /Users/vagrant/Library/Developer/Xamarin/android-sdk-macosx/emulator/emulator-headless: no such file or directory
.
Background:
The binary emulator-headless is now retired. Headless builds of the engine are now launched via emulator -no-window, thus unifying the previously separate (but similar) paths.
(https://androidstudio.googleblog.com/2019/12/emulator-29211-and-amd-hypervisor-12-to.html)
Thanks for @dweekly for the contribution! 🥇