Languages

Menu
Sites
Language
How install web apps without TIZEN studio

I create a new Web app by TIZEN STUDIO, and can run on DEVICE by studio,

now I want to know:

How to pachage a TPK,  is it .wgt file by STUDIO?

How can I install to device without TIZEN STUDIO, does it use "sdb install xxx.wgt" ?

 

View Selected Answer

Responses

1 Replies
Mark as answer
Iqbal Hossain

Hi~

$ tizen install -n YourApp.wgt -- ~/cli-workspace/YourApp

Where 

-n : package name    

--: package path

For more, follow this https://developer.tizen.org/development/tizen-studio/web-tools/cli

-Thanks