Rejecting re-init on previously-failed class in OkHttp

前端 未结 2 458
星月不相逢
星月不相逢 2021-02-02 07:26

I\'m trying to upload an image to my server using flask back end which will handle the file to save in a folder and OkHttp in android. but I get this error in android:



        
2条回答
  •  情深已故
    2021-02-02 08:03

    While reading the info message, it gives me an idea about this Conscrypt and did a research and found out that I need to install conscrypt to my gradle.app

    implementation 'org.conscrypt:conscrypt-android:2.2.1'
    

    and it works.

提交回复
热议问题