You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows, tns run android creates another console window with the title C:\Users\username\AppData\Local\Android\sdk\emulator/qemu/windows-x86_64/qemu-system-x86_64.exe, which is a little detracting.
Is this inevitable?
The text was updated successfully, but these errors were encountered:
It works only if I don't spawn emulator.exe as a detached process, but that means that terminating the CLI command will close the emulator, which is inconvenient for most users.
This behavior seems to be specific to this executable and out of our control, so I am closing the issue.
On windows,
tns run android
creates another console window with the titleC:\Users\username\AppData\Local\Android\sdk\emulator/qemu/windows-x86_64/qemu-system-x86_64.exe
, which is a little detracting.Is this inevitable?
The text was updated successfully, but these errors were encountered: