AndroidScannerDemo
AndroidScannerDemo copied to clipboard
java.lang.UnsatisfiedLinkError: No implementation found for float[]
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
Hey, @RichieGlad @jhansireddy you got the solution ? I'm stucked !!
@RichieGlad @develoboi Did either of you figure out the issue?
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 Do you mind sharing the solution? I'm stuck on this issue as well.
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 i am having same problem after adding this in gradle. what could be the other reason?
ndk { abiFilters "armeabi", "armeabi-v7a","x86" }
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.