Apache HttpClient Android (Gradle)

前端 未结 8 2138
不知归路
不知归路 2020-12-04 12:11

I have added this line to my build.gradle

compile group: \'org.apache.httpcomponents\' , name: \'httpclient-android\' , version: \'4.3.5\'

8条回答
  •  误落风尘
    2020-12-04 12:37

    Try adding this to your dependencies:

    compile 'org.apache.httpcomponents:httpclient:4.4-alpha1'
    

    And generally if you want to use a library and you are searching for the Gradle dependency line you can use Gradle Please

    EDIT: Check this one too.

提交回复
热议问题