I. Introduction to tizen development tools
The tizen SDK provides a complete set of development tools for developers to develop httml5-based Web application services on devices, including:
(1) tizen ide
An interface is similar to an integrated development tool transplanted from eclipse. Developers can use it to create tizen projects, design interfaces, compile program code, compile, run, debug, and so on.
(2) tizen Simulator
The tizen simulator is a qemu-based simulator. developers can run or debug related programs on this virtual device. Currently, only x86.
(3) Other Tools
Log tool, which can be used to view program output logs; Connection Manager, used to manage connections with tizen devices; SDB tool, similar to the android ADB tool, used to manage information interaction with devices.
Ii. Use tizen ide
The following shows how to use tizen ide To create a tizen program.
(1) Start tizen IDE, click New-> tizen web project, and enter the project name in the displayed page:
Click Finish to create the project.
(2) Compile and run
First, click emulator manager in the upper-left corner of connection Explorer:
]
Click Start to start the simulator:
In tizen IDE, right-click the project and choose run as> tizen web application to run the program on the simulator: