You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W/SoLoader: Cannot get nativeLoad method
java.lang.NoSuchMethodException: nativeLoad [class java.lang.String, class java.lang.ClassLoader, class java.lang.String]
at java.lang.Class.getMethod(Class.java:2068)
at java.lang.Class.getDeclaredMethod(Class.java:2047)
at com.facebook.soloader.SoLoader.getNativeLoadRuntimeMethod(SoLoader.java:281)
at com.facebook.soloader.SoLoader.initSoLoader(SoLoader.java:233)
at com.facebook.soloader.SoLoader.initImpl(SoLoader.java:141)
at com.facebook.soloader.SoLoader.init(SoLoader.java:120)
at com.facebook.soloader.SoLoader.init(SoLoader.java:104)
at com.facebook.drawee.backends.pipeline.Fresco.initialize(Fresco.java:63)
at com.facebook.drawee.backends.pipeline.Fresco.initialize(Fresco.java:46) @zmroczek You have fixed the problem, but I have some questions.I really need some help!!!
Under what circumstances do I need to update the version of this soLoader? We only used Fresco to load dynamic webp, and we haven't found any problems with this issue except for the warning message. So do we have to update the version of soLoader in Android P?
Many thanks.
The text was updated successfully, but these errors were encountered:
@zmroczek
In fact, we only rely on a submodule, animated-webp (1.9.0), rather than relying directly on the entire Fresco. The version of the so-loader that the latest animated-webp (1.9.0) depends on is 0.3.0. Because we only use Fresco to load dynamic Webp. So this error stack will affect our current usage scenarios? Do we need to upgrade the dependency on animated-webp or so-loader?
W/SoLoader: Cannot get nativeLoad method
java.lang.NoSuchMethodException: nativeLoad [class java.lang.String, class java.lang.ClassLoader, class java.lang.String]
at java.lang.Class.getMethod(Class.java:2068)
at java.lang.Class.getDeclaredMethod(Class.java:2047)
at com.facebook.soloader.SoLoader.getNativeLoadRuntimeMethod(SoLoader.java:281)
at com.facebook.soloader.SoLoader.initSoLoader(SoLoader.java:233)
at com.facebook.soloader.SoLoader.initImpl(SoLoader.java:141)
at com.facebook.soloader.SoLoader.init(SoLoader.java:120)
at com.facebook.soloader.SoLoader.init(SoLoader.java:104)
at com.facebook.drawee.backends.pipeline.Fresco.initialize(Fresco.java:63)
at com.facebook.drawee.backends.pipeline.Fresco.initialize(Fresco.java:46)
@zmroczek You have fixed the problem, but I have some questions.I really need some help!!!
Under what circumstances do I need to update the version of this soLoader? We only used Fresco to load dynamic webp, and we haven't found any problems with this issue except for the warning message. So do we have to update the version of soLoader in Android P?
Many thanks.
The text was updated successfully, but these errors were encountered: