How to add .so file in Android.mk file?
问题 I am importing a .aar file as a dependency in my android project and have added this to Android.mk file. Now internally this file has dependency on some .so files which its not able to pick up automatically. So I copied all the dependent .so files under the below structure, app --> libs --> arm64-v8a --> test.so | | --> x86 --> test.so And now I tried several combination of below config in Android.mk file, but the above test.so file is not getting added to the apk generated after building. .