语言

Menu
Sites
Language
I would like to create a shared library

Hi.
I would like to create a shared library.
However, if you include files in the res folder edj compilation error ("recipe for target 'res / edje / test.edj' faild") occurs.

How halryeomyeon including edj file in the shared library?

There is no error when compiling with native app.

响应

1 回复
Vikram

Hi,

That's because of the compile tool "edje_cc" not found. In my local environment, it's under "C:\tizen-sdk\tools\efl-tools\bin".

How to fix it: Right click on your project > Properties > C/C++ Build > Environment, find the "EFL_BIN_PATH" and edit it, to add your local edje_cc path to it (just add it's parent folder).