Answer the question
In order to leave comments, you need to log in
Fatal Exception: java.lang.UnsatisfiedLinkError on Android 6.0?
Added zbar.jar to the project. Registered dependencies: compile files('libs/zbar.jar')
On versions of Android 4.0 - 5.0 it works fine. But on Android 6.0, it swears at this part of the code:
static {
System.loadLibrary("iconv");
}
Fatal Exception: java.lang.UnsatisfiedLinkError
Answer the question
In order to leave comments, you need to log in
In Android 6.0, according to the developers, they made a "major overhaul".
Those. I understand that there was a half of the code replaced. Perhaps something new has been added, so it swears, try to look for a replacement for this code, with a newer one, but not too new, i.e. it is possible that some versions below will not "understand" it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question