Follow the below instructions to install and configure Tizen SDK on your host machine.
Download and install the latest release of Tizen Studio from the below URL. It is recommended to use the GUI installer although you can still build Flutter apps with CLI only.
If done, make sure the tools path (usually ~/tizen-studio/tools
) is in your PATH. If it's not, add it by using export PATH=...
or editing your .bashrc
file.
echo $PATH
export PATH=$HOME/tizen-studio/tools:$PATH
Note: You can also specify the Tizen Studio installation path with TIZEN_SDK
environment variable.
You need to also install required packages using Tizen Package Manager (GUI) or package-manager-cli.
- A minimal set of packages required by the flutter-tizen tool includes:
- [Tizen SDK tools] - [Native CLI]
- [Tizen SDK tools] - [Native toolchain] - [Gcc 9.2 toolchain]
- [Tizen SDK tools] - [Baseline SDK] - [Certificate Manager]
- [5.5 Wearable] - [Advanced] - [Native app. development (CLI)]
- [Extension SDK] - [Samsung Certificate Extension]
- Optionally, you may also install these packages:
- [5.5 Wearable] - [Emulator]
- [Extension SDK] - [TV Extensions-5.5] - [Emulator]
In order to sign your application package, you have to create your own certificate. Use Certificate Manager (GUI), or the tizen certificate/security-profiles
command (CLI) to create a Tizen or Samsung certificate. To test your app on an actual (watch or TV) device, you have to specify the target device ID (DUID) when creating a Samsung certificate.