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
All is ok with Kotlin server, but get an error with Android:
java.lang.NoSuchMethodError: No static method getUserAgent(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/String; in class Lorg/apache/http/util/VersionInfo; or its super classes (declaration of 'org.apache.http.util.VersionInfo' appears in /system/framework/org.apache.http.legacy.jar)
at com.backblaze.b2.client.webApiHttpClient.HttpClientFactoryImpl.<clinit>(HttpClientFactoryImpl.java:52)
Looks like there is need to update org.apache.httpcomponents dependencies
The text was updated successfully, but these errors were encountered:
All is ok with Kotlin server, but get an error with Android:
Looks like there is need to update
org.apache.httpcomponents
dependenciesThe text was updated successfully, but these errors were encountered: