语言

Menu
Sites
Language
Excluding tau-lib on Gear-App package

Hi,

On Tizen SDK you can exclude the tizen-lib from the app package. Instead that the app use the integrated tizen-lib on the device.

But on Tizen SDK for Wearable the option is grayed out... have the gear smartatches no integrated tau lib?

响应

3 回复
Dominik Koleda

Hi,

When you are creating a new project use that template:

File -> new -> project -> Tizen -> Tizen Wearable Web Project -> Template -Basic Application

And you wille have a new projec without tau.js

 

Dominik

Marco Buettner

Thanks,

But we use tau, but I want to know is it possible like on Tizen SDK to use an integrated library on the target device? I'm not able to enable something like that.

Dominik Koleda

You mean, that if you expand the "JavaScript Resources" of the project, there will be tau? I do not think that it is possible. As far as I know you have to attach it manually to a header, copy the library and so on (exactly whis is done by the SDK if you create an new project using Wearable UI).

Dominik