Maarten de Goede
Maarten de Goede
I had this issue too, but it was resolved by upgrading to AnyChart version `1.1.4`: ```gradle implementation 'com.github.AnyChart:AnyChart-Android:1.1.4' ```
Similar error here: ``` Fatal Exception: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libimagepipeline.so at com.facebook.soloader.SoLoader.doLoadLibraryBySoName + 703(SoLoader.java:703) at com.facebook.soloader.SoLoader.loadLibraryBySoName + 564(SoLoader.java:564) at com.facebook.soloader.SoLoader.loadLibrary + 500(SoLoader.java:500) at com.facebook.soloader.SoLoader.loadLibrary + 455(SoLoader.java:455) at...
Update: For me the issue got solved after updating fresco to 2.0.0, because 1.11.0 apparently didn't have support for Android App Bundles. I don't know if you all had the...
@oprisnik as you can see in the original issue, that was actually using version 2.0.0, so I don't think that was the real issue there. I just wrote what helped...
> I have the same crash with device Nexus 5X 8.1.0 while Mapbox Android is 10.12.0 For me this is the same: while there are only 3 users having this...
Sorry, I was still investigating a change on our end. I still had issues with Lifecycle 2.8.2, but I just updated to 2.8.3 and that has solved the problem.
@Ehsan-Ullah-Tariq I also recommend using the [Compose BOM](https://developer.android.com/develop/ui/compose/bom) to ensure that the versions of any Compose libraries in your app are compatible with each other. This issue returned once more...