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
Hello!
While following your example during Smartsheet initialization:
Smartsheet ss = SmartsheetFactory.createDefaultClient(accessToken);
I am getting this error: java.lang.NoSuchFieldError: No field INSTANCE of type Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; in class Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; or its superclasses (declaration of 'org.apache.http.conn.ssl.AllowAllHostnameVerifier' appears in /system/framework/framework.jar:classes2.dex)
It seems that library is using the older version of HttpClient. I've met this StackOverflow question where problem is the same but still not solved. Maybe description there will be more helpful.
Can you please give me the solution or any workaround? Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
While following your example during
Smartsheet
initialization:Smartsheet ss = SmartsheetFactory.createDefaultClient(accessToken);
I am getting this error:
java.lang.NoSuchFieldError: No field INSTANCE of type Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; in class Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; or its superclasses (declaration of 'org.apache.http.conn.ssl.AllowAllHostnameVerifier' appears in /system/framework/framework.jar:classes2.dex)
It seems that library is using the older version of
HttpClient
. I've met this StackOverflow question where problem is the same but still not solved. Maybe description there will be more helpful.Can you please give me the solution or any workaround? Thanks!
The text was updated successfully, but these errors were encountered: