Software Archive
Read-only legacy content
17061 Discussions

Using prebilt libraries with intel XDK

Bruno_N_3
Beginner
524 Views

Hello,

I'd like to know how to use .SO (shared object) with intel xdk? It's possible? Using prebilt libraries...

Thanks!

0 Kudos
3 Replies
Amrita_C_Intel
Employee
524 Views

Hi Bruno,

I am not sure what you mean by shared object. Yes you can use core, featured, Cordova, third party plugins.

For more details: https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app

0 Kudos
Bruno_N_3
Beginner
524 Views

I did mean like .DLL files. I need protect a part of my code. The APK file is not safe.

0 Kudos
PaulF_IntelCorp
Employee
524 Views

Bruno -- .so (and equivalent) binary libraries can only be incorporated via a Cordova plugin. The XDK does not provide for development of plugins, only JavaScript apps that use those plugins. For more information about writing Cordova plugins, please see the main Cordova docs: http://cordova.apache.org/

0 Kudos
Reply