Closed GregHib closed 2 years ago
In your screenshot, libkmagick.so
isn't in the same folder as the others.
In your screenshot,
libkmagick.so
isn't in the same folder as the others.
It seemingly makes no difference
I take it's probably because I'm using a x86 emulator?
Can you zip up your project and send it? If it's proprietary, you can create a minimal example which fails.
I take it's probably because I'm using a x86 emulator?
Well, as the arch says, it's arm64-v8a. x86 isn't the same architecture
Well, as the arch says, it's arm64-v8a. x86 isn't the same architecture
Yeah okay I tried it on a real device and it works fine, windows machines don't support arm64-v8a emulators :(
Prerequisites
Please answer the following questions for yourself before submitting an issue.
wand.getException()
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
A 100% working app example would be far more useful than the current sample directory which is just a repeat of the readme instructions. I've tried changing the name and location of the jni library folder and location of the .so file (libs, jniLibs, jniLibs/arm6-v8a, res, etc...)