fix error: cannot find symbol class HttpUriRequest

from https://stackoverflow.com/questions/31433687/android-gradle-apache-httpclient-does-not-exist


 add below code in your build.gradle
android{
    useLibrary  'org.apache.http.legacy'
}


留言

熱門文章