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

64 bit support #8

Open
iamjitendrasinh opened this issue Aug 28, 2019 · 3 comments
Open

64 bit support #8

iamjitendrasinh opened this issue Aug 28, 2019 · 3 comments

Comments

@iamjitendrasinh
Copy link

when we enable 64 bit support which is now must required by google using

defaultConfig {
...
ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
..
}

we got following error,
java.lang.UnsatisfiedLinkError: No implementation found for float[] vi.pdfscanner.main.ScannerEngine.getPoints(android.graphics.Bitmap)

@Rohitsachdeva
Copy link

x86 is not supported on it yet.

@DiganVaghasiya
Copy link

DiganVaghasiya commented Nov 16, 2019

Why x86 is not supported yet?

@MANISH-MAHESH-TALREJA
Copy link

WHEN MIGRATING THIS APPLICATION TO androidx 64-BIT IT GIVES ERROR, I HAVE ALSO DOWNLOADED THE 64-BIT SCAN LIBRARY BY JHANSI REDDY STILL GIVING THIS ERROR

defaultConfig {
...
ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
..
}

we got following error,
java.lang.UnsatisfiedLinkError: No implementation found for float[] vi.pdfscanner.main.ScannerEngine.getPoints(android.graphics.Bitmap)

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

4 participants