'How set LD_LIBRARY_PATH for my application

there. How do I set the path LD_LIBRARY_PATH=/vendor/lib to vendor .so libraries so that my so library can use libraries from there? Now I get the following error

 dlopen failed: library "libc++.so" not found

Do I need to put some paths or flags in build.gradle for the ndk config? thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source