CLEARTEXT communication not supported on Retrofit

后端 未结 5 1832
北荒
北荒 2020-12-05 22:34

I\'m trying to connect to https server on android using Retrofit. Here\'s my OkHttpClient

@Provides
public OkHttpClient provideContactClient(){
         


        
5条回答
  •  借酒劲吻你
    2020-12-05 23:16

    usesCleartextTraffic

    use tools:replace="android:usesCleartextTraffic" in your manifest.xml file

提交回复
热议问题