-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.UnsatisfiedLinkError: No implementation found for float[] #132
Comments
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, ***@***.***> 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
<#132 (comment)>,
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, ***@***.***> 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
<#132 (comment)>,
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 { |
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
<#132 (comment)>,
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>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: