Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>WAPPLNew to Visual Studio Code? Get it now.
WAPPL

WAPPL

tizenweb

|
16,764 installs
| (3) | Free
Tizen Baseline SDK tooling for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

WAPPL

WAPPL is a vscode-based Tizen Web Application SDK extension which stands for Web Application studio.

You can easily create a project in WAPPL.

WAPPL provides commands for VS Code Command Palette and Project Wizard.

Prerequisites

  • Install vscode

    You can use extensions on Windows and Linux, Mac.

  • Install Node (>= v8.11.2 Version)
  • Install JAVA

    Currently, version 8 is the most stable version.

Install Guide

Install from Marketplace

To install VS Code Extension for WAPPL from the Visual Studio Code Marketplace, follow these steps:

  1. In the Activity Bar of VS Code, click Extensions extension icon.

    Visual Studio Code Marketplace

  2. In the EXTENSIONS view that appears, click the search box at the top and type WAPPL.

  3. In the WAPPL search result that appears, click Install.

  4. After the installation is complete, to activate the extension, click Reload.

    After the extension is active, WAPPL installation is complete.

Install using VSIX file

To install VS Code extension for WAPPL from a VSIX file, follow these steps:

  1. In the Activity Bar of VS Code, click Extensions extension icon.

  2. In the EXTENSIONS view that appears, click More More icon > Install from VSIX.

    Install from VSIX

  3. In the Install from VSIX window that appears, select an appropriate VSIX file and click Install.

  4. After the installation is complete, to activate the extension, click Reload.

    After the extension is active, WAPPL installation is complete.

Install emulator images

If you do not have a real device, you can run your application in a virtual environment using Tizen Emulator. To download the emulator images, you can use Tizen Package Manager or Tizen Emulator Manager.

  • To use Tizen Package Manager, follow these steps:

    1. In VS Code, click View > Command Palette.

    2. In the input field of the Command Palette that appears, type Tizen Web: Run Package-Manager and press Enter.

    3. Select the profiles and versions for your project, and click install.

      Package Manager

  • To use Tizen Emulator Manager, follow these steps:

    NOTE

    Tizen Emulator Manager shows the emulator images installation window only when no images are installed on your computer.

    1. In VS Code, click View > Command Palette.

    2. In the input field of the Command Palette that appears, type Tizen Web: Run Emulator-Manager and press Enter.

    3. Select the profiles and versions for your project, and click Ok.

      Emulator Manager

Develop applications

This section explains how to use VS Code Extension for WAPPL to develop applications.

Change Tizen SDK path

To change a Tizen SDK path, follow these steps:

  1. In VS Code, click View > Command Palette.
  2. In the input field of the Command Palette that appears, type Tizen Web: Change Tizen SDK Path and press Enter.
  3. In the change notification that appears, perform one of the following:
    • To keep the current path, click Keep.

    • To change the path, click Change Path. In the input field of the Command Palette that appears, type the path and press Enter.

      NOTE

      The default path for:

      • Window OS: c:\tizen-studio

      • Linux OS: /home/username/tizen-studio

      Change Tizen SDK Path

Install Tizen Baseline SDK

NOTE

You must install Oracle Java Development Kit (JDK) 8 or OpenJDK 12 for Tizen Studio 3.5 and higher.

For more information on download and install, see Oracle Java Download page.

To install a Tizen Baseline SDK, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Install Tizen Baseline SDK and press Enter.

  3. In the notification that appears, perform one of the following:

    • If SDK is already installed, click YES, and run Tizen Web: Change SDK Path.

      install check

    • If SDK is not installed, to perform a fresh installation, click NO. In the notification that appears:

      • To start the Tizen Baseline SDK installation, click Install.

      • If the path of the popup is null, change the path by clicking Change Path.

        install ask

    Proceed with the installation. The installation progress appears in the log. The extension reloads when the installation is complete.

    install run

Change workspace path

To change a workspace path, follow thse steps:

  1. In VS Code, click View > Command Palette.
  2. In the input field of the Command Palette that appears, type Tizen Web: Change Workspace Path and press Enter.
  3. In the change notification that appears, perform one of the following:
    • To keep the path, click Keep.

    • To change the path, click Change Path. In the input field of the Command Palette that appears, type the path and press Enter.

      NOTE

      The default path for:

      • Window OS: c:\workspace

      • Linux OS: /home/username/workspace

      Change Workspace Path

Change Chrome path

To change a Chrome browser path, follow these steps:

  1. In VS Code, click View > Command Palette.
  2. In the input field of the Command Palette that appears, type Tizen Web: Change Chrome Path and press Enter.
  3. In the change notification that appears:
    • To keep the path, click Keep.

    • To change the path, click Change Path. In the input field of the Command Palette that appears, type the path and press Enter.

      NOTE

      If the installation is complete with the Chrome installer, the path is set to below default path:

      • Window OS: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

      • Linux OS: /opt/google/chrome/google-chrome

      Change Chrome Path

Create Tizen Web project

To create a Tizen Web project, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Create Wizard Project and press Enter.

  3. Click New Project.

    Create Wizard Project

  4. Select the project type and click Next.

    Select the type of project

  5. Select the application profile, the version from the drop-down list, and click Next.

    Select the profile and version

  6. Select the application template, for example Basic UI, and click Next.

    NOTE

    The application template options that appear will differ based on the type and profile of the previously selected project.

    Select the project

  7. To complete the project creation in workspace, enter Project name and click Finish.

    NOTE

    Package ID is an optional field and the details are generated automatically.

    Enter the name of project

Create and add Tizen certificate

To create and add Tizen Certificate, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Create and Add Tizen Certificate and press Enter.

  3. Enter the name of the certificate.

  4. Enter the password of the certificate.

    The certificate is now added.

    NOTE

    To view the added certificate, type Tizen Web: Run Certificate-Manager in Command Palette.

Remove Tizen certificate

If you want to change the Certificate, you need to remove the added Certificate. To remove Tizen Certificate, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Remove Tizen Certificate and press Enter.

  3. Enter the name of the certificate.

    The certificate is now removed.

    NOTE

    To view the Tizen Certificate Manager window, type Tizen Web: Run Certificate-Manager in Command Palette.

Build your project

To build project, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Build Tizen App and press Enter.

  3. Enter the folder name of the project you want to build. For example, type only basic to enter the c:\workspace\basic path.

    Building your project

    NOTE

    If you have a Tizen device and want to build the application into it, then you must first generate a certificate and add it.

Exclude build list

To build the project after removing unwanted files, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Make Exclude Build List and press Enter.

  3. Enter the name of the file to remove.

    NOTE

    Separate the file name with commas and ensure that there is no space between them. For example, file1.txt,file2.txt.

    .buildignore file is created with the input data in the project folder and the build excludes the input data and generates a packaged wgt file.

    Exclude Build List

Import the selected wgt file into the workspace

To import the built wgt file into your workspace, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Import WGT file to workspace and press Enter.

  3. When the dialog opens, select the wgt file you want to import.

    NOTE

    Extract and import into the workspace path registered in WAPPL.

    If a folder with the same name already exists, do not import.

    If it is not a wgt file, do not import.

Deploy and Run Application in Emulator

To deploy and run application, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Run Emulator-Manager and press Enter.

    NOTE

    To launch an emulator in VS Code, you must launch Tizen Emulator Manager and select the emulator you want to launch.

  3. Create and launch an emulator instance in the Emulator Manager.

  4. To deploy your application to the target, in the Command Palette type Tizen Web: Install Tizen App.

  5. To run the application on the emulator, in the Command Palette type Tizen Web: Run Tizen App.

To install project:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Install Tizen App and press Enter.

  3. Enter the folder name of the project you want to install.

    NOTE

    Ensure that you enter the name of the folder and not the path.

    Install your tizen app

    The app launches automatically when the installation completes successfully.

    NOTE

    If you have a Tizen device and want to deploy the application into it, then you must first generate a certificate and add it.

To run project if your app is already installed, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Run Tizen App and press Enter.

  3. Enter the folder name of the project that you want to run.

    NOTE

    Ensure that you enter the name of the folder and not the path.

    When the installation is successfully completed, an install successful notification appears. Also, you will see a build success log in the terminal at the bottom of the vscode.

    Run Your Tizen App

    NOTE

    If you have a Tizen device and want to deploy the application into it, then you must first generate a certificate and add it.

    In addition, vscode terminal displays successful launch log messages:

    • debug 0 means normal launch.
    • debug 1 means launching an inspector available from command line.

Debug your application in emulator

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Debug Tizen App and press Enter.

  3. Enter the name of the Tizen Web App you want to run.

    A successful notification appears and the app is launched. Also, you will see a successful launch log in the terminal on the vscode.

    • debug 0 means normal launch.
    • debug 1 means launching an inspector available from command line.

    When port information is displayed in OUTPUT, it means that it is launched in debug mode.

    Debugging you application

    NOTE

    Ensure the following:

    • Emulator is launched, or device is connected to the PC
    • Chrome browser is installed
  4. In Chrome browser, the Inspector automatically launches and associates with the launched app. Debugging you application

    NOTE

    If you have a Tizen device and want to deploy the application into it, then you must first generate a certificate and add it.

Debug your application in Web simulator

To debug application, follow these steps:

  1. In VS Code, click View > Command Palette.

  2. In the input field of the Command Palette that appears, type Tizen Web: Run Web Simulator and press Enter.

  3. After the Web Simulator is launched, enter the path of the file in the box. For example, file:///C://Workspace/basic/index.html.

    Debugging you application in the Web Simulator

Quick action execution

Right-click on the project folder to use the extension function in the menu.

For more information on each function, see:

  • Tizen Web: Build Tizen App
  • Tizen Web: Debug Tizen App
  • Tizen Web: Install Tizen App
  • Tizen Web: Make Exclude Build List
  • Tizen Web: Run Tizen App

Design Editor launch

Troubleshoot

This section contains instructions for common problems with the Tizen Baseline Web IDE.

  • Red Screen:
  1. In VS Code, click View > Command Palette.
  2. In the input field of the Command Palette that appears, type Tizen Web: Run Web Simulator, and press Enter.
  3. If the red screen appears, press F12.
  4. In the DevTools window that appears, click Application.
  5. In the Application side bar that appears, click Clear storage and click Clear site data.
  6. Close DevTools and Web Simulator, and launch Web Simulator again.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft