DISTRIBUTION OF TIZEN-BASED WATCH APPS HAS BEEN DISCONTINUED

Building Your Application

After you have created the application project, you can implement the required features. In this example, only the default features from the project template are used, and no code changes are required.

When your application code is ready, build the application. The building process performs a validation check and compiles your files. You must sign the application package with an author certificate when building the application. If you have not yet registered a Tizen certificate in Visual Studio, see Certificate Manager

There are 2 different ways to build the application:

  • In the Visual Studio menu, select Build > Build Solution.

  • In the Solution Explorer view, right-click the solution name and select Build.

  • Press Ctrl-F5 to run the application without debugger (or select “Start without debugging” from the Debug menu).

After you have built the application, deploy and run it.