-
Notifications
You must be signed in to change notification settings - Fork 429
showing NoSuchMethodException on Android P when initialing the SoLoader #197
Comments
@siyengar is there any plan to update the library for the same issue, we are using the lib heavily and now we are stuck on this. TIA |
Same fix as this one? : facebook/SoLoader@3d69139 |
We are also stuck on this. |
showing NoSuchMethodException on Android P when initialing the SoLoader facebookarchive#197 Reference: facebook/SoLoader@3d69139
This has to be fixed. |
This must be fixed ASAP! VERY CRITICAL ISSUE! |
I thought we might be able to work around this issue by overriding the version of SoLoader conceal uses by specifying the 0.6.0 version (or presumably later), e.g.
But it doesn't work: |
it won't work as conceal's soloader is packed inside the library, not from gradle dependency. |
Yeah, figured that out. Can't stand buck. I'm dropping this lib like a hot potato. It's pretty much abandoned. |
is this s.th. that caused #186 ?! |
Is this bug simply ignored?? I really would like to integrate this library but I'm scared to use it in production since nobody seems to care about this bug or even takes a look at the pull request. Does anyone have a custom build of conceal where the source set is replaced by the corresponding gradle depency for soloader? |
I think it is the same issue as
facebook/fresco#2115 ?
The text was updated successfully, but these errors were encountered: