twilio / twilio-chat-demo-android

Chat API Demo Application for Android
MIT License
63 stars 51 forks source link

Fetching twilio User list #128

Closed vinayappypiellp closed 4 years ago

vinayappypiellp commented 4 years ago

I have a use case, where i need my user list. But while fetching twilio user list

              Twilio.init("ACxxxxxxx","xxxxxxx")

              val user com.twilio.rest.chat.v1.service.User.reader("ISxxxxxxxx")
             .limit(20)
             .read()    

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)

gradle i have used

    implementation 'com.twilio.sdk:twilio:7.49.1'
rusmonster commented 4 years ago

This is a wrong project for this, contact twilio support please - twilio.com/support