How to stop dev on Android emulator #8958
Replies: 1 comment
-
locking in favor of #8959 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use
@tauri-apps/cli 2.0.0-beta.4
and my apps working fine with Solid JS as frontend. When I start running dev with Android emulator and I want to stop by close emulator my terminal does not exit/stop running dev command until I kill the process manually bysudo killall node
. I also cannot stop by pressctrl + c
. It's weird. But when I use Xcode Simulator after I close simulator it will stop the terminal.Maybe I miss something in config? Because it only new project, I create Solis JS first after that I add Tauri to existing repo.
Beta Was this translation helpful? Give feedback.
All reactions