Closed meyerj closed 5 years ago
... if building with ANDROID_STL=c++_shared.
ANDROID_STL=c++_shared
The library has to be available to applications. Copying it to the target-space is convenient when deploying executables and their library dependencies for debugging, without packaging them in an apk.
... if building with
ANDROID_STL=c++_shared
.The library has to be available to applications. Copying it to the target-space is convenient when deploying executables and their library dependencies for debugging, without packaging them in an apk.