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.

    • Dynamic Analyzer

      This tool monitors the performance of your application on a target device or Emulator.

    • 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.

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