DiemasMichiels / emulator

Run Android emulator and iOS simulator easily from VScode!
MIT License
98 stars 34 forks source link

Feature/x86 android emulators #13

Closed antonholmberg closed 5 years ago

antonholmberg commented 5 years ago

Closes #12

This update resolves the issue of starting up x86 emulators on a mac. I only tested it on a mac since I don't have access to a windows machine at the moment but I see not reason why it wouldn't work for Windows too.

There is a breaking change in this one. Instead of pointing to the actual emulator script you are now supposed to point to the directory containing the emulator script. I have updated the default value and the description accordingly.

DiemasMichiels commented 5 years ago

Looks good! I'm going to add some better error handling to fix other issues. Expect a new version, probably 1.0.0, by the end of this week.

DiemasMichiels commented 5 years ago

Version v1.0.0 is published