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?
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?