Hello everyone.
I have downloaded the sample project HelloAccessory from http://developer.samsung.com/sample-app/view.do?v=S000000086D&pi=1&ps=10&pb=Y&ct=CT030000&sc= but I am not able to use it for Tizen Wearable 3.0.
It gives me sap.h not found.
I have already installed Samsung Wearable Extesion SDK but when I go to Project --> C/C++ Build / Tizen Setting there is no samsung-sap framework available in the Framework Tab.
I did manage to solve the file not found error by following the steps here https://stackoverflow.com/questions/34705837/missing-sap-h-how-to-solve-this-issue/45643428#45643428 of copying headers and .so files to wearable-3.0 platform folder, but when I run the app, I go the following error:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
launchpad_loader.c: __loader_terminate_cb(303) > dlopen failed (libsap-client-stub-api.so.1 cannot open shared file
Any suggestions or examples I can follow in order to solve this?
Thanks in advance.