Search Unity

Tizen SDB CommandRejectedException

Discussion in 'Tizen' started by Royal52, Oct 6, 2016.

  1. Royal52

    Royal52

    Joined:
    May 10, 2016
    Posts:
    4
    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
    -----------------------------------------------------

    [Name]: Label:
    [Type]: coretpk
    [appId]: com.hellgeeks.General_Science_Knowledge_Test
    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.<init>(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()
     
  2. theiqbal7

    theiqbal7

    Joined:
    Jan 19, 2017
    Posts:
    2
    Any solution ?
    Same here :(

    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.<init>(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()
     
  3. Royal52

    Royal52

    Joined:
    May 10, 2016
    Posts:
    4
    Compile with minimum target sdk 2.4 and don't run it on Z1 devices.