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
I was using AAA SDK to get the access token but I still can't get it. I get a crash saying the following error
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!classes4.dex)
According to this Android has deprecated the Apache module since API level 22 so any workaround for this or anything
The tool used
Android Studio 4.1.1
Language Used Java
The text was updated successfully, but these errors were encountered:
Hi
I was using AAA SDK to get the access token but I still can't get it. I get a crash saying the following error
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!classes4.dex)
According to this Android has deprecated the Apache module since API level 22 so any workaround for this or anything
The tool used
Android Studio 4.1.1
Language Used Java
The text was updated successfully, but these errors were encountered: