Hello. I have an .aar file that works fine on any android project, but when combined with the sample-textcapture, I get the following error on:
engine = Engine.load( this, licenseFileName );
Error loading ABBYY RTR SDK:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader ... couldn't find "libabbyy-rtr-sdk.so"
PS: the error occurs only on devices with Android 6.0 and 7.0
Any ideas why? Thanks :)