Try the Latest in Tizen .NET with Nightly Builds

Sunghyun Min

Staff Engineer

TizenFX is a part of Tizen Project, which allows you to access platform-specific features not covered by the generic .NET and Xamarin.Forms. There are several versions of TizenFX, which have been published as Tizen.NET packages in nuget.org.

The API Level 5 for the Tizen 5.0 platform is the latest official release. For more details, go here.

This blog introduces how to use the latest Tizen .NET package, which includes nightly builds.

How to access nightly builds

The Tizen .NET package is published whenever there are any changes. The nightly builds are distributed through a custom NuGet feed. You can review the changes and new features that will appear in the next prerelease.

The feed is located here:

https://tizen.myget.org/F/dotnet/api/v3/index.json

  1. In the NuGet Package Manager, open the settings panel and configure a new package source:

    Tools > Options > NuGet Package Manager > Package Sources

  2. Right-click on the project, and then click on Manage NuGet Packages...

  3. Select the new package source you added.

  4. Check the Include prerelease option.

  5. Update Latest Tizen .NET package.

  6. Check that the Tizen .NET package is updated.

Launch your application on the latest Tizen emulator

If you're finished updating your application, you can create the Tizen emulator that fits on your nightly build for testing.

  1. Download latest Tizen platform image file. You can get the file at:

    http://download.tizen.org/snapshots/tizen/unified/latest/

  2. Extract the *.tar.gz file. After extracting, you can find the following files:

    • emulator-rootfs
    • emulator-sysdata
    • gui.property
  3. Open Tizen Emulator Manager:

    Tools > Tizen > Tizen Emulator Manager

  4. Click the + Create button.

  5. Click Wearable, and then click the + icon button.

  6. Check raw Image Format.

  7. Click the ... icon button, and select the directory in which downloaded files are located.

  8. If you see the "Following disk image files are detected", click OK.

  9. Click Next until the Finish button appears. Click Finish.

  10. You can see That a new emulator is created. Click Launch.

  11. Launch the application on the new emulator.

Note: You might encounter an issue on the emulator with raw-format image when you install a large application.

If you have any questions when you try the latest Tizen .NET with nightly builds, don't hesitate to contact us at Issues.