I have an Android project that loads a custom .so lib. I’m having trouble w/ IntelliJ IDEA to include this .so as part of the build.
Does anyone know where to config the project settings to include this .so file?
Thanks
UPDATE: Found it!
In Project Structure -> Modules -> Android -> Native libs directory.
My project is referring to a .so from another project, that’s why the path needs to be updated here to find the .so file
Solution:
In Project Structure -> Modules -> Android -> Native libs directory.
My project is referring to a .so from another project, that’s why the path needs to be updated here to find the .so file