[dev] Android Base API usage guide and design sync request

2015-02-13 Thread Kourt, Tim A
Hi Uze and Radha, Thank you for identifying the issue. We have changed: APP_STL := gnustl_static to APP_STL := gnustl_shared Inside of application.mk You will see the change reflected in android-api branch once we have an ability to push the patch sets once again. I was also wondering how would

[dev] Android Base API usage guide and design sync request

2015-02-13 Thread 최우제(Uze Choi)
Hi Tim, For the Android environment we have a crash problem on runtime due to multiple static library binding issue. In present iotivity android build system, Few of the libraries like liboc.so,liboc_logger.so are using gnustl static version. Having separate copy of gnustl library in each shar

[dev] Android Base API usage guide and design sync request

2015-02-09 Thread 최우제(Uze Choi)
Hi Tim, Thank you for your clarification. Answer For your question: Single process should not contain the multiple OCplatform library. So, TM does not static bind OCplatform library in the so file and just dynamically referencing the OCplatform library which arrow targets to. BR, Uze Choi

[dev] Android Base API usage guide and design sync request

2015-02-04 Thread 최우제(Uze Choi)
Hi Bernie/Tim, Could you provide the programming guide for the Android Base API use? Exactly which native binary should we include in the Android Project for java bind. For the common use of base API library from Primitive Service API, I recommend to use shared library.(highlighted on the up