Search code examples
tizentizen-wearable-sdk

Tizen binary file type and creation


I am trying to create a Tizen app for the Samsung Gear S2. For submission of the app I need to provide a binary. What file type is the binary? Is it .tpk or .wgt? How to I force the Tizen IDE to create this output file?


Solution

  • Follow below steps to generate the binary(tpk/wgt).

    1. Open Tizen SDK
    2. Right Click on your project in Project Explorer3.

    If Web App

    1. Then click on 'Build Package' which will generate the wgt file at .../workspace/projectname/

    If Native App

    1. Then click on 'Build Package' -> 'TPK' which will generate tpk at .../workspace/projectname/Debug