Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crash in android 7.0 #32

Closed
Karanveer-logiciel opened this issue Sep 11, 2018 · 3 comments
Closed

App crash in android 7.0 #32

Karanveer-logiciel opened this issue Sep 11, 2018 · 3 comments

Comments

@Karanveer-logiciel
Copy link

Karanveer-logiciel commented Sep 11, 2018

@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.

image

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.

sc

These are the folders of extracted .apk

@ChrisTomAlx
Copy link
Collaborator

Hey @Karanveer-logiciel

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.

Cheers,
Chris
Neutrinos

@Karanveer-logiciel
Copy link
Author

@ChrisTomAlx - Ok i will try this solutions shortly...

@ChrisTomAlx
Copy link
Collaborator

Closing this issue for now. We can reopen it, if you are still having problems.

Cheers,
Chris
Neutrinos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants