Tizen Studio is the preferred IDE for growing purposes for Tizen-based gadgets, reminiscent of Samsung smartwatches operating Tizen OS and Samsung TVs. Its options embody a developer-friendly atmosphere for debugging, testing, and operating purposes.

The Tizen Studio IDE typically runs easily on most variations of Home windows, macOS, and Linux distributions, offered that the OS model meets all of the requirements outlined within the Tizen documentation.

Nonetheless, even when your working system doesn’t totally meet the necessities, Tizen Studio will be put in. However, instruments reminiscent of System Supervisor and Emulator Supervisor could not work correctly within the graphical interface. Consequently, chances are you’ll be unable to check your utility on the emulator or precise gadgets via System Supervisor.

On this state of affairs the place you’ve got put in the most recent Tizen Studio model in your laptop however encounter points with the graphical UI (GUI), you need to use System Supervisor via the command line interface (CLI) as a substitute to run and check your utility on the goal machine.

The next directions describe find out how to use the CLI as a substitute solution to run your utility on a linked machine when utilizing Tizen Studio on an incompatible OS model.

To put in an utility on a linked machine via the Tizen Studio CLI:

  1. From the command immediate or terminal, navigate to your Tizen Studio set up folder.
  2. To retrieve the record of linked emulators and/or gadgets, enter the next command:
    <tizen-studio-path>/instruments/sdb gadgets
    

    Within the following determine, an emulator is linked.

    Determine 1: Listing of linked gadgets

  3. Grant permission to put in the applying:
    <tizen-studio-path>/instruments/ide/bin/tizen install-permit -s emulator-26101
    

    You obtain the message “Set up Permitted.” If the machine already had set up permission, the message as a substitute says “Allow isn’t required for this goal.”

    Determine 2: Set up permission

  4. To put in the applying on the machine, enter the command within the following format:
    <tizen-studio-path>/instruments/ide/bin/tizen set up -s serial -n pkgname -- <path to base dir of tpk or wgt>
    

    For instance:

    <tizen-studio-path>/instruments/ide/bin/tizen set up -n org.tizen.basic-1.0.0-i386.tpk -s emulator-26101 -- ~/workspace/fundamental/Debug
    

    Now you possibly can check and debug the applying on the machine.

    For details about extra CLI instructions, see Command Line Interface Commands.

Though this different technique lets you entry some Tizen Studio instruments whereas operating Tizen Studio on an incompatible working system, it’s strongly beneficial to carry out improvement in an atmosphere that totally helps Tizen Studio.

When you have questions on or need assistance with the data on this article, you possibly can share your queries on the Samsung Developers Forum or contact us via Developer Support.