Languages

Menu
Sites
Language
Can I package a hybrid application using command line

Hello,

I have made a hybrid packaging using IDE as guided here (https://developer.tizen.org/community/tip-tech/packaging-hybrid-application). I would like to know if I can do the same thing using the command line. 

Thanks.

Jinghai

Responses

1 Replies
Iqbal Hossain

hi

You may try with this command 

tizen build-app -p "name:webp1,targets:[webbasic,webwidget]"

where,

          -webbasic  is a project

          -webwidget  is another project

and 

          -webp1  is the app that is packaged with webbasic and webwidget. 

For more resource about command line tool

1. https://developer.tizen.org/ko/development/tizen-studio/web-tools/cli?langredirect=1

2. https://developer.tizen.org/ko/community/tip-tech/sample-web-application-development-using-command-line-interface