Android NDK Unsatisfied link error of .so file of another AAR project -


i have 1 android aar project contains .so file in jnilibs folder. when try include aar file in other android project(non-ndk) works fine , system.loadlibrary("mysample.so") returns successfully.

but when try include same aar in android-ndk project, system.loadlibrary("mysample.so") throws unsatisfiedlinking error.

i wonder why doesnot work in android ndk project?

any appreciated.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -