android - NDK is looking into wrong directory -


i using awesome library ffmpegmediametadataretriever. library requires me add platform specific native libraries.
convenience have library project code , separate project free , paid version of app.
package name of library project com.vidanalysis, paid version has got same name , free version's name com.vidanalysis.free. ffmpegmediametadataretriever library included in library project.
paid version working fine, problem free version trying find library in com.vidanalyis, doesn't exist when haven't installed paid version.
how can solve problem?


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -