I'm developing an android project. For some features it needs some libraries, one of which is the .so
library. I have installed ndk
, and have moved the .so
file to jni/armeabi
, and in gradle.properties
I have set android.useDeprecatedNdk
to true, but I haven't seen any change and it throws an error that it cannot not find the .so
file?
Asked
Active
Viewed 2,691 times
1
1 Answers
0
Please see
multiple (my and 3rd-party) native libraries in Android NDK , maybe it will solve your problem. Please note that Android cannot combine libraries from the libs/armeabi
and libs/armeabi-v7a
directories.

Community
- 1
- 1

18446744073709551615
- 16,368
- 4
- 94
- 127