Issue with the Android SDK
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
Are you trying to build, or is this a runtime error? You might be able to select an alternate provider via
HereAccessTokenProvider.builder().setHttpProvider(JavaHttpProvider.builder().build()).build();