Document-Scanner
                                
                                
                                
                                    Document-Scanner copied to clipboard
                            
                            
                            
                        64 bit support
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)
x86 is not supported on it yet.
Why x86 is not supported yet?
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)