How to package the cPP project found on github into a so file for use in Android

find a cPP project on github and want to use some of these functions in Android development, but there is no corresponding so file. Is there a way to compile this cPP project into a so file and import it in Android studio through jni call?

May.12,2022
Menu