Languages

Menu
Sites
Language
Unable to use linked folders in Tizen Studio

I'm working on setting a Tizen web project targeting the wearable-3.0 platform, including projects for both an application and a widget. What I want to do is have some JavaScript code in a common location where it can be referenced by both the application and widget projects.

I've tried various things, and it seems like the only way of importing JavaScript code that would actually package the code with the project is using linked folders through Project Properties -> JavaScript -> Include Path -> Source -> Link External Folder. This makes my linked folder containing my shared JavaScript code show up in the project tree as I would expect.

When I try to deploy the application, though, I get the error "Unknown attribute :TYPE", and the .wgt package built by the project appears to be empty.

Am I doing something wrong here, or is it possible this is a Tizen Studio bug?

My development environment is Windows 10, in case interacting with the file system is causing this somehow.

Edited by: N Leseul on 09 Mar, 2019

Responses

1 Replies
GEUNSOO KIM

I think you cannot use like that because using code from outside of its package is security violation.