Hi,
If I understand correctly, you can run your tpk (which uses the rpm) successfully in emulator. But you are not able to build your tpk in Tizen Studio's development workspace because Studio cannot find the header files which are part of the rpm. If the above understanding is correct, can you try adding the headers in Project Properties -> C/C++ Build -> Settings -> C Compiler -> Includes
Or you can create an extension sdk which adds a new Framework under Project Properties -> C/C++ Build -> Tizen Setiings -> Framework Tab. You can select the newly added framework via the extension sdk which will include all headers in the framework to be part of the Project Includes.
Regards Aditya
--------- Original Message --------- Sender : Parichay Kapoor <pk.kap...@samsung.com> Engineer/On-Device Lab./Samsung Electronics Date : 2019-04-19 13:35 (GMT+5:30) Title : Re: [Tizen Application-dev] Adding new rpm packages to emulator+tizen studio
I will some more details. We are making a new package for tizen along with its c-api (This is the X.rpm referred below in the email thread). We have a test application for the c-api of the package (this is the Y.tpk referred below in the email thread).
However, it is not reflected in the Tizen Studio SDK. The header files corresponding to the c-api are not visible to the SDK. This results in build fail.
Can you please guide me how to install package properly with SDK.
Regards Parichay --------- Original Message --------- Sender : Parichay Kapoor <pk.kap...@samsung.com> Engineer/On-Device Lab./Samsung Electronics Date : 2019-04-19 13:46 (GMT+9) Title : [Tizen Application-dev] Adding new rpm packages to emulator+tizen studio
Hello
I need help in installing a new rpm package to my Tizen development environment properly, so that it is available for an application. I will describe in detail below.
There is a tizen package which I built with GBS (lets call this package X.rpm). Now, I installed that package on the tizen emulator (mobile 5.0 in this case) and the package is installed without any issues. I installed the tizen package (X.rpm) along with the development version as well. Hence, the installation added shared object (.so), static library (.a) and header files (.h) in /usr/lib and /usr/include in the tizen emulator (this has been verified).
I checked inside the /usr/include of the mobile-5.0-emulator-core and the includes from X.rpm are not present. Can you please guide me how to sync the installation of rpm package in emulator as well as with tizen studio.
Regards _______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev _______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev
|
_______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev