Relative Content

Tag Archive for c++android-studioshared-libraries

How to create an .so library in Android studio?

I would like to create a standalone shared library, .so file in Android studio with C++. If I create a new native C++ project, that also compiles into an apk. Should I create a module to compile into .so?