DiemasMichiels / emulator

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

Exception if path has spaces #26

Closed KG3RK3N closed 4 years ago

KG3RK3N commented 4 years ago

Hi, my android sdk is located on "D:\Program Files (x86)\Android\android-sdk" and when I set the emulator path for windows to "%ANDROID_HOME%\emulator" or the full path, then I become the followed exception:

Error: Command failed: D:\Program Files (x86)\Android\android-sdk\emulator\emulator -list-avds 'D:\Program' is not recognized as an internal or external command, operable program or batch file.

I have tested with and without quotation marks, but nothing works.

DiemasMichiels commented 4 years ago

Fixed in next version (1.4.0)