Skip to content

Build your first (.NET6) Tizen App using Visual Studio 2022

Kangho Hur edited this page Nov 9, 2021 · 2 revisions

Prerequisites

Get started with Visual Studio 2022 17.0

ℹ️ Tizen emulators and devices that support .NET6 have not yet been officially released, and we will announce a binary for testing soon.

In this tutorial, you'll create your first Tizen .NET app in Visual Studio 2022, and run it on an Tizen emulator:

1. Launch Visual Studio 2022 17.0, and in the start window click Create a new project to create a new project:

2. In the Create a new project window, select Tizen in the Project type drop-down, select the Tizen .NET Application (Preview) template, and click the Next button:

3. In the Configure your new project window, name your project, choose a suitable location for it, and click the Create button:

4. Wait for the project to be created, and its dependencies to be restored:

  1. In the Visual Studio toolbar, press the Start without Debugging button (Ctrl + F5) button to build and run the app:

ℹ️ It's recommended to start a Tizen emulator or device before launching your app .

ℹ️ Debugging and Hot Reload support will arrive in future release.

Clone this wiki locally