Whenever i run tizen build in a tizen emulator this error is shown in unity log, and app never really runs on emulator, guys your help would be really appreciated.
Log error:-
Starting run
Launching the Tizen application…
Platform log view
… successfully launched
Tizen application is successfully launched.
Finished run
org.tizen.sdblib.exception.SdbCommandRejectedException: closed
at org.tizen.sdblib.SdbHelper.sendServiceRequest(SdbHelper.java:576)
at org.tizen.sdblib.PlatformCapability.loadPlatformCapability(PlatformCapability.java:136)
at org.tizen.sdblib.PlatformCapability.(PlatformCapability.java:132)
at org.tizen.ncli.ide.subcommands.RunCLICommand.runApp(RunCLICommand.java:185)
at org.tizen.ncli.ide.subcommands.RunCLICommand.call(RunCLICommand.java:80)
at org.tizen.ncli.ide.subcommands.RunCLICommand.call(RunCLICommand.java:42)
at org.tizen.ncli.ide.subcommands.AbstractSubCommand.runCommand(AbstractSubCommand.java:76)
at org.tizen.ncli.ide.shell.RunCLI.execute(RunCLI.java:66)
at org.tizen.ncli.ide.shell.AbstractCLI.execute(AbstractCLI.java:90)
at org.tizen.ncli.ide.shell.Main.run(Main.java:141)
at org.tizen.ncli.ide.shell.Main.main(Main.java:73)
UnityEditor.HostView:OnGUI()