Tizen Studio Q&A
tizen studio q&a the following questions are related to developing applications with the tizen studio faq search form search q1 i cannot test my application on my tv through the tizen studio how do i fix this? if you are unable to test your application on your tv through the tizen studio, try the following actions in the tizen studio package manager, make sure the samsung tv extension is installed create a new certificate profile, making sure you select the distributor certificate privilege level you need, then build the project with the new certificate profile make sure installing your application on the device is allowed in the tizen studio device manager, right-click on a folder of the connected device filesystem and select "permit to install applications" in the context menu export and reimport the project to the tizen studio in the tizen studio, build your project as a signed " wgt" package import the " wgt" package as a new tizen project since importing a project does not allow you to change the project name, rename the original project in the tizen studio menu, select "file > import > tizen > tizen project" select "select archive file" and navigate to the " wgt" package select the target tv platform, and click "finish" launch the application on the tv from the new project #testing #troubleshooting #tv device tv, htv q2 what is a certificate profile and how do i create one? all applications must be signed with valid certificates before they can be installed or run the signature verifies the source of the application and makes sure it has not been tampered with since its publication a certificate profile is a combination of the certificates used for signing, and it can be created using the certificate manager #certificate profile #signing #certificate manager #signature tv, htv q3 where do i download the samsung tv sdk? to work with the samsung tv sdk, download and install the tizen studio, samsung tv extension, and samsung certificate extension #samsung tv sdk #samsung certificate extension #samsung tv extension #sdk access tv, htv q4 how do i create my first samsung smart tv application? it is easy to create an application for a samsung tv for an overview of the tv web application features and development process, from creating a project to publishing it on samsung apps tv, see quick-start guide #quick start guide #getting started #beginner #application creation tv, htv q5 when i launch my application on the tv through the tizen studio, i get a "platform not supported" warning how do i avoid it? to avoid the warning, you can import the application package as a new project in the tizen studio in the tizen studio menu, select "file > import > tizen > tizen project" select "select archive file" and navigate to the " wgt" package select your tv's platform version, and click "finish" notesince tizen studio 1 1 1, the tizen studio supports creating tizen 3 0 and higher tv applications only however, the "platform not supported" warning does not affect application functionality when testing on tvs running older tizen versions #warning #testing #unsupported platform #deprecated platform tv, htv q6 i encountered an issue while using tizen studio where can i find troubleshooting information? make sure you are using the latest tizen studio version for the tizen studio release notes and a list of known issues, see tizen studio release notes on the tizen developers web site #release note #known issue #troubleshooting tv, htv q7 how do i renew an author certificate? to sign application packages with your author certificate, the certificate must be valid to renew an existing author certificate, in the tizen studio certificate manager, create a new certificate profile with it in the "author certificate" step, select the "select an existing author certificate" option, and enter your existing author certificate and password #author certificate #certificate profile #certificate manager #renew certificate #signature tv, htv q8 how do i import an existing author certificate? to import an existing author certificate to the tizen studio certificate manager, create a new certificate profile in the "author certificate" step, select the "select an existing author certificate" option, and enter your existing author certificate and password #author certificate #certificate profile #certificate manager #import certificate #signature tv, htv q9 what command line tools are available for the tizen studio? if you prefer a command line interface to the graphical tizen studio window, you can use the tizen studio command line interface cli tool throughout the development process when testing your application, you can also use various sdb shell commands #command line tool #command line interface #cli #sdb shell tv, htv q10 why does the application packaging process hang on javascript validation? when you package an application with the tizen studio, all javascript code files in the "js" directory are validated if the javascript code has been minified, it can cause significant delays in the validation process however, javascript libraries in the "lib" directory are not validated to avoid javascript validation delays, you can place the minified javascript code files in the "lib" directory #js validation #javascript validation #application packaging #minification #javascript library tv, htv q11 why am i unable to build the " wgt" application package? check that your environment variables are configured for tizen studio use on your computer, make sure the "<tizen_studio>\tools\ide\bin" directory is defined in the path environment variable #wgt file #package #build #path #environment variable tv, htv q12 can i use css preprocessors in the tizen studio? yes, you can use css preprocessors, such as sass and less, as eclipse plugins within the tizen studio however, samsung does not provide support for third-party tools #css preprocessor #eclipse plugin #sass #less tv, htv