AndroidScannerDemo icon indicating copy to clipboard operation
AndroidScannerDemo copied to clipboard

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

Open RichieGlad opened this issue 5 years ago • 7 comments

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

RichieGlad avatar Aug 19 '20 07:08 RichieGlad

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

develoboi avatar Oct 30 '20 04:10 develoboi

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

joeytitans avatar Feb 03 '21 21:02 joeytitans

Yes.

On Thu, 4 Feb, 2021, 3:24 am joeytitans, [email protected] 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 .

RichieGlad avatar Feb 04 '21 15:02 RichieGlad

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

joeytitans avatar Feb 04 '21 15:02 joeytitans

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, [email protected] 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 .

RichieGlad avatar Feb 04 '21 15:02 RichieGlad

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

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

MuneebAhmedQazi avatar Sep 23 '21 07:09 MuneebAhmedQazi

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.

kanagaAR avatar Sep 24 '21 13:09 kanagaAR