语言

Menu
Sites
Language
How to install .wgt .tpk file in emulator or device ?

 

 

I want to install .wgt .tpk file in emulator or device ?

What should I do ??

Is there way like adb in android ??

 

Please let me know .....

 

Best Regards,

Jenny

 

响应

3 回复
konduri sai swathi

Hi,

From the connection explorer, select the emulator or device and push the widget file into the /tmp folder. 

Type the below commands in terminal:

1) sdb shell

2) su -

3) cd /tmp

4) wrt-installer -i yourapp.wgt

These steps will install your application on the emulator or device.

 

 

Alex Dem

Hi
See also Smart Development Bridge (sdb) , and its commands (install/uninstall):
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.gettingstarted/html/dev_env/commands.htm
Alexey.