Tizen Baseline SDK

Cannot run the Tizen emulator

To run the Tizen emulator in Windows 10 or higher, you must disable the Hyper-V feature.

The distributor certificate for Galaxy Watch cannot be updated

You cannot add another Galaxy Watch device unique identifier (DUID) to the existing distributor certificate file.

App installation error

Invalid certificate

There are two types of certificate profiles: one for Tizen platform devices and one for Samsung devices. When you build the application using the incorrect certificate for your target device, the following error occurs:

The certificate file must match the running device:

Device Certificate
Tizen Emulator Tizen Certificate Profile
Samsung Device Samsung Certificate Profile

Version conflict between the application API and platform

This error occurs when the API version of the application is higher than the version of the platform to install. For example, when you try to install an application using 5.0 API version on the Tizen 4.0 platform device, the following error occurs:

# Visual Studio Output Window

Operation not allowed [-4] failed
# log message

Package's API version (5) is higher than platform version (4.0.0)
Error during processing
Failure occurs in step: CheckTizenVersion

To resolve this error, change the API version in the tizen-manifest.xml from 5 to 4, and reinstall the application.

'Permit to install applications' error

When you create a Samsung certificate for Samsung wearable devices, the device DUID is required.

For devices with DUIDs that start with 1.0#, get permission for app installation through the Tizen Studio Device Manager:

Tizen Studio Device Manager > Remote Device Manager > make connections with a device > Right-click Permit to install applications.

For more details, go here.

For devices with DUIDs that start with 2.0# (for example, Galaxy Watch), the following error message appears when you select Permit to install applications.

If no issues occur when installing an application, you can ignore this error.