Software Archive
Read-only legacy content
17061 Discussões

Using prebilt libraries with intel XDK

Bruno_N_3
Principiante
558 Visualizações

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 Respostas
Amrita_C_Intel
Funcionário
558 Visualizações

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

Bruno_N_3
Principiante
558 Visualizações

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

PaulF_IntelCorp
Funcionário
558 Visualizações

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/

Responder