NDK is looking into wrong directory

140 Views Asked by At

I am using the awesome library FFmpegMediaMetadataRetriever. This library requires me to add some platform specific native libraries.
For convenience I have a library project with all the code and a separate project for the free and the paid version of my app.
The package name of the library project is com.vidanalysis, the paid version has got the same name and the free version's name is com.vidanalysis.free. The FFmpegMediaMetadataRetriever library is included in the library project.
The paid version is working fine, but the problem is that the free version is trying to find the library in com.vidanalyis, which doesn't exist when you haven't installed the paid version.
How can I solve this problem?

0

There are 0 best solutions below