Skip to content

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

Kangho Hur edited this page Nov 14, 2022 · 2 revisions

Prerequisites

Get started with Visual Studio 2022 17.0

ℹ️ You need to use Tizen emulator 7.0 or higher version to run .NET 6 based app.

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.