You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ChrisTomAlx - I am facing problem to use this plugin i have android 7.0 (Samsung s2 tab).
when i call scan.scanDoc my app crashing with error showing below.
Here you can see in yellow lines 'couldn't find libScanner.so`
But i extract my .apk file where it's not present but in similar folders this file is already present such as armeabi, armeabi-v7a, mips, x86 except arm64-v8a, x86_64 for more clarification you kindly look at images.
These are the folders of extracted .apk
The text was updated successfully, but these errors were encountered:
This looks similar to issue #8 . Please see if those solutions work out.
It is possible a 64 bit build library was loaded first and hence android is looking for a 64 bit library for the scan library as well. The solution mentioned above should work for you.
@ChrisTomAlx - I am facing problem to use this plugin i have android 7.0 (Samsung s2 tab).
when i call
scan.scanDoc
my app crashing with error showing below.Here you can see in yellow lines 'couldn't find libScanner.so`
But i extract my .apk file where it's not present but in similar folders this file is already present such as armeabi, armeabi-v7a, mips, x86 except arm64-v8a, x86_64 for more clarification you kindly look at images.
These are the folders of extracted .apk
The text was updated successfully, but these errors were encountered: