Android C++ NDK : some shared libraries refuses to link in runtime
问题 I'm trying to use a C/C++ TensorFlow Lite shared library for my project, and it succeeds. So I added a few more libraries, but lib_nnapi.so fails to link in runtime( System.loadLibrary ). If I remove that specific library, everything works fine. Using fetchelf to rename SONAME failed with cannot locate symbol error. Wrote CMakeLists.txt using Official Android ndk example. All library is located in the same directories. CMakeLists.txt cmake_minimum_required(VERSION 3.4.1) option(BUILD_WITH