tesseract-unity
tesseract-unity copied to clipboard
Not working in ARM64: System.DllNotFoundException in android
hi, this project is working in armv7 architecture. but when I try to build in ARM64 it's not working. it shows the error System.DllNotFoundException in android anyone solves this issue?
I have the same issue. i think there is no plugin files for ARM64 there.
can anybody create the ARM64 files for that
Dude, i also have same issue when i try to build in ARM64 it's not working, is anyone get the solution for this??
@Neelarghya can you create the so files for ARM64 as you created for ARMv7. it's great if you created and update GitHub. I tried but I got some errors every time.
Did anyone ever manage to get a solution to this? I've been having the same issue when trying to run the app on android. Works perfect in Unity editor but not when i'm using the camera on android to take photos.
I am trying to build an app, and it wants me to build it with ARMV7 and gives me an error that I am using ARM64, and I have to switch it to ARMV7, but there is no ARMV7 support. Don't know what to do!
@CoFfEe0LaVa Did you manage to make any headway on this?
I changed the architecture to ARMv7 but to do so have had to remove ARCore so am now screwed for a number of features e.g. Ground Detection as this requires ARCore to implement for Android. Really don't know what I'm going to do