I have a .so file built into the .aar of a library project. How do I use this .so file and only the .so file in another application module of the same project?
Asked
Active
Viewed 172 times
0
-
Does this answer your question? [How to include aar files used in library projects in main project in Android](https://stackoverflow.com/questions/37936092/how-to-include-aar-files-used-in-library-projects-in-main-project-in-android) – Kanzariya Hitesh Dec 10 '19 at 12:34
-
No.I have a application module which needs to be compiled alongside the library module and the .so from the library module needs to be placed at a certain path in the Application Module so that it links this .so file.How do i do it? – sanity_overflow Dec 11 '19 at 14:01