This topic describes how to test your Web application by running or debugging it on a TV.
If you have tested your application on the emulator, it is ready for uploading and testing on a TV. Even though it is possible to complete most application testing on the emulator, it is highly recommended that you also test your application on a target device. The emulator and TV environments are very similar, but there are some differences at the hardware level.
To test your application on a TV:
To connect the TV to the SDK as a remote device:
Enable Developer Mode on the TV:
Connect the TV to the SDK:
You can launch your application on the target device in normal or debug mode:
To launch the application in normal mode, right-click the project in the "Project Explorer" view, and select "Run As" and a specific launch mode:
To launch the application in debug mode, right-click the project in the "Project Explorer" view, and select "Debug As > Tizen Web Application". The Web Inspector runs automatically when you launch the application in debug mode. It is based on the WebKit Web Inspector, and has been modified to support remote debugging.
The following are common issues you can encounter when working with an application on the TV:
Error codes
"1010 : App install fail" Application installation can fail for many reasons. A problem with the signing certificates is a common reason. Check your certificates and try again.
"1013 : App run fail" The application cannot be launched through the Tizen Studio due to internal device problems. Try to run the application again, or reboot the device.
"You are not an authorized user!" error and "Null Pointer" error (NPE)
"Failed to get a device information" message
On a macOS computer, the Tizen Studio freezes or hangs
When I install a newer version of an application on the TV, is the previous version overwritten or uninstalled?
Can applications or widgets be installed on the TV through USB?
Why do some applications run perfectly on Web Simulator but fail to run on the TV or the emulator?
How do I open port 26101?