For web applications (widgets:

sdb push app.wgt /tmp/Application.wgt
sdb shell wrt-installer -i /tmp/Application.wgt

For widgets using Command Line Interface tools web-install::

web-install -w Application.wgt -i application_uri_id.org

or using webtizen:

webtizen install -w Application.wgt -i application_uri_id.org

For native packages:

sdb push your.tpk /opt/apps/PKGS/Application.tpk
sdb shell pkgcmd -q -i -t tpk -p /opt/apps/PKGS/Application.tpk

For native using Command Line Interface tools native-install:

native-install -p your.tpk

using sdb:

sdb install /home/user/your.tpk 

You can see all the commands that eclipse uses to deploy applications in Preferences > Tizen SDK > Web > Launch

http://stackoverflow.com/questions/14294677/how-do-i-deploy-a-tizen-application-to-the-tizen-emulator

相关文章:

  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2022-01-15
  • 2021-07-15
  • 2021-04-25
猜你喜欢
  • 2022-01-02
  • 2022-01-07
  • 2022-12-23
  • 2021-09-11
  • 2021-06-24
  • 2021-06-29
  • 2022-03-02
相关资源
相似解决方案