Hey guys, I seems to have an issue where I can't deploy my application if the app is already open in the emulator, this means that I got to close the app every time before I can deploy to see my changes. I am really enjoying the coding but that constant closing is getting super annoying. The error is this: :-1: error: Upload of file 'C:\Users\Mariusmssj\Test\Test' failed. The server said: 'Failure'. If '/opt/sdk/bin/Test' is currently running on the remote host, you might need to stop it first. and my run settings are attached in the image. I was told I could add a "killall /opt/sdk/bin/Test" at the start of the deployment but I am not sure where to add it. Any suggestions ?