언어 설정

Menu
Sites
Language
Unable to use SAP Tizen Wearable 3.0

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.

 

 

Responses

7 댓글
André Reus

hi 

Do you find it without Tizen 3.0? I mean Tizen 2.3.1/2.3.2/2.4 ? And where did you find this error? In console?

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}

And share if you project shows any error before running on device. 

Rodrigo Morbach

Hello André,Yes, when I use Tizen 2.3.1 or 2.3.2 it works just fine. It seems to me that when I've installed Samsung Wearable Extension it has only installed for those platforms (2.3.1 and 2.3.2), because the 3.0 version does not contain any of SWE files. That's why I've mannualy copied these missing files to 3.0 platform.However, when I run the application in Tizen 3.0 Emulator, I got the error described in the file bellow (dlopen error).

 

André Reus

hi Rodrigo Morbach

Although you managed to solve the error somehow but the project can't load the required api for running sap project i think. I also checked the framework tab for wearable 3.0 project. you may work on 2.3.2 untill any wearable device released for tizen 3.0. 

Rodrigo Morbach

Thanks for your reply André Reus, 

Will I be able to run a 2.3.2 application in a 3.0 Tizen OS?

Rodrigo Morbach

Thanks for your reply André Reus, 

Will I be able to run a 2.3.2 application in a 3.0 Tizen OS?

André Reus

I think it should work. Because normally developers develop app using current version of SDK after few days new devices come with upgrade version of OS. And those apps still run on these devices. I think it is a basic rules for all platforms. 

Kiwook Hong

Hi,

Sorry for the inconvenience.

Wearable Extension SDK currently doesn't support Tizen 3.0 and it would be releaed in September.

You can create the 2.3.1 or 2.3.2 app project with SAP.

But it will not work properly in Tizen 3.0 emulator image because pure Tizen 3.0 emulator image doesn't have the sap framework.

Wearable Exension SDK contains sap rpm and it is automatically installed to the emulator at the first booting, then the emulator can have the sap framework.

So I suggest that you try with 2.3.1 or 2.3.2 environment until this SDK released.

Thanks.