Software Archive
Read-only legacy content
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 讨论

Using prebilt libraries with intel XDK

Bruno_N_3
初学者
568 次查看

Hello,

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

Thanks!

0 项奖励
3 回复数
Amrita_C_Intel
568 次查看

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 项奖励
Bruno_N_3
初学者
568 次查看

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

0 项奖励
PaulF_IntelCorp
568 次查看

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 项奖励
回复