Home > other >  Cross-compilation dynamic link library how to transplant to the development board
Cross-compilation dynamic link library how to transplant to the development board

Time:09-22

I cross-compilation opencv, generated. So libraries, want to migrate to my Linux development board, but the board system of android, I can't find the android lib library position, and made the android great god answers,

I know I do that way may not be correct, because the words should be in commonly androidstudio using JNI to get in, but I just want to understand, if it is at the bottom, should how to implement,

CodePudding user response:

I'm sorry I didn't get the android, but my feeling is you copy into development board, specify the LD_LIBRARY_PATH path to your library, common system repository location is/lib/lib64/usr/lib these positions, personal advice, only for reference

CodePudding user response:

/system/lib/or/system/lib64/
. Or use the find/out -name "*. So" to find which have the similar file folder

CodePudding user response:

Sys/lib or 64 - bit system sys/lib64
  • Related