jhansireddy / AndroidScannerDemo

ScanLibrary is an android document scanning library built on top of OpenCV, using the app you will be able to select the exact edges and crop the document accordingly from the selected 4 edges and change the perspective transformation of the cropped image.
MIT License
1.07k stars 472 forks source link

java.lang.UnsatisfiedLinkError: No implementation found for float[] #132

Open RichieGlad opened 4 years ago

RichieGlad commented 4 years ago

I try to implement in my module but it thows me the error java.lang.UnsatisfiedLinkError: No implementation found for float[] can you please help me to solve this

develoboi commented 3 years ago

Hey, @RichieGlad @jhansireddy you got the solution ? I'm stucked !!

joeytitans commented 3 years ago

@RichieGlad @develoboi Did either of you figure out the issue?

RichieGlad commented 3 years ago

Yes.

On Thu, 4 Feb, 2021, 3:24 am joeytitans, notifications@github.com wrote:

@RichieGlad https://github.com/RichieGlad @develoboi https://github.com/develoboi Did either of you figure out the issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jhansireddy/AndroidScannerDemo/issues/132#issuecomment-772849903, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEFEHQJUGXZZE5727BFXIIDS5HAZNANCNFSM4QET7OJQ .

joeytitans commented 3 years ago

@RichieGlad Do you mind sharing the solution? I'm stuck on this issue as well.

RichieGlad commented 3 years ago

Sure, here it is.

ndk { abiFilters "armeabi", "armeabi-v7a","x86" }

Add these in your app.gradle

On Thu, 4 Feb, 2021, 8:42 pm joeytitans, notifications@github.com wrote:

@RichieGlad https://github.com/RichieGlad Do you mind sharing the solution? I'm stuck on this issue as well.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jhansireddy/AndroidScannerDemo/issues/132#issuecomment-773381851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEFEHQO33POBA7QH44Q7ONLS5K2PLANCNFSM4QET7OJQ .

MuneebAhmedQazi commented 2 years ago

@RichieGlad i am having same problem after adding this in gradle. what could be the other reason?

ndk { abiFilters "armeabi", "armeabi-v7a","x86" }

kanagaAR commented 2 years ago

ndk { abiFilters "armeabi", "armeabi-v7a", "x86", "mips" }

I am using this format . It's working fine for me. pls change your package name in scanlibrary ScannerEngine.h

Included_vi_example_main_ScannerEngine

On Thu, Sep 23, 2021 at 12:34 PM MuneebAhmedQazi @.***> wrote:

@RichieGlad https://github.com/RichieGlad i am having same problem after adding this in gradle. what could be the other reason?

ndk { abiFilters "armeabi", "armeabi-v7a","x86" }

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jhansireddy/AndroidScannerDemo/issues/132#issuecomment-925553558, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMY5TY3HNI7V7KI7PPXWEUDUDLGO7ANCNFSM4QET7OJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.