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
we got following error,
java.lang.UnsatisfiedLinkError: No implementation found for float[] vi.pdfscanner.main.ScannerEngine.getPoints(android.graphics.Bitmap)
The text was updated successfully, but these errors were encountered:
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
we got following error,
java.lang.UnsatisfiedLinkError: No implementation found for float[] vi.pdfscanner.main.ScannerEngine.getPoints(android.graphics.Bitmap)
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)
The text was updated successfully, but these errors were encountered: