i want to load shared library dynamically from external files directory.
I create library and test it on linux, it works. Compile: gcc -fPIC -shared -static-libstdc++ -static-libgcc test_lib.cpp constructor.cpp -o test.so
But when i use this in android ndk, i get runtime error: dlopen failed: library "libc.so.6" not found.
How i can solve it? I'm use emulator