Mobile native Wearable native

Native Tools

The Tizen SDK provides the following set of tools for native application development:

  • Application generation management tools
  • Rule checking tools
  • Editor tools
  • UI building tools
    • UI Builder

      This WYSIWYG (What You See Is What You Get) design environment tool is used to create user interfaces.

  • UI editor tools
    • Enventor

      This tool provides a useful theme editor.

  • Application running and testing tools
  • Analysis and debugging tools
    • Call Stack View

      This tool provides useful information for debugging application under crash situation.

    • Static Analyzer

      This tool is used for source code analysis to finds bugs in Tizen applications.

    • Valgrind

      This memory profiling tool can be used to detect memory errors or memory leaks in an application.

    • T-trace

      This tool allows you to detect and analyze performance issues.

  • Resource fallback tools
    • Resource Explorer

      This tool helps you to support specific device configurations, such as different screen densities and languages, in your applications.

Note
Some of the IDE tools and views are visible only in specific IDE perspectives. To switch to the applicable perspective, go to Window > Open Perspective > Other and select the perspective you want.
Go to top