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
Hi. I saw some thread discussing about this and closed, but I see no solution for this problem so far.
java.lang.NoSuchFieldError: No static 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!classes3.dex)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.<clinit>(SSLConnectionSocketFactory.java:144)
at org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:966)
at org.apache.http.impl.client.HttpClients.createDefault(HttpClients.java:58)
at com.sendgrid.Client.<init>(Client.java:56)
at com.sendgrid.SendGrid.<init>(SendGrid.java:52)
From issue thread 2, which is said to be the primary place to follow about the resolve of this issue, I don't see any more update about this issue so far.
The text was updated successfully, but these errors were encountered:
Hi. I saw some thread discussing about this and closed, but I see no solution for this problem so far.
I installed the SDK using Gradle.
I also tried to install using jar in libs, still producing similar error.
Sendgrid-java version 4.4.1. That was the latest I can find on the github.
It happens at Sendgrid initialization.
It's compiled using Android Studio 3.4 for Mac, Kotlin version 1.3.41.
compileSdkVersion 28
minSdkVersion 23
targetSdkVersion 28
So far I have tried solution on:
#417 - Which refer to solution on #82
#82 - No, I don't have multiple instance of the same class
sendgrid/java-http-client#114 - Which refer to issue at sendgrid/java-http-client#2
From issue thread 2, which is said to be the primary place to follow about the resolve of this issue, I don't see any more update about this issue so far.
The text was updated successfully, but these errors were encountered: