I'm having some trouble with Tizen Studio, when trying to run applications on the emulator. It gives me this error:
Could not launch the Widget application because the Widget application is currently in launch.
I have simply taken the Wearable 4.0 Web Widget Template.
I have not changed anything in it. The first time I built it, it worked just fine and I could choose Run As Tizen Web Application, where it started up on the emulator.
I started to add some html and built it again, without any problems. I then chose Run as Tizen Web Application again, where I got the error message above.
I have no clue as to why and how to fix it, since the log just says:
... [2019.01.09 21:20:30][DEBUG] ZimLaunchDelegate.java(293) - the Widget project is already launching.(device serial: emulator-26101) [2019.01.09 21:20:30][DEBUG] ZimLaunchDelegate.java(315) - Could not launch the Widget application because the Widget application is currently in launch. [2019.01.09 21:20:30][DEBUG] LaunchesListener.java(187) - removed - project: Widget, device serial: emulator-26101 [2019.01.09 21:20:30][PERFORM_E] ZimLaunchDelegate.java(352) - [Category: web.launch] at 2019-01-09 21:20:30.419 [168(ms)]
What does it mean by that it is currently in launch and how do I stop it?