Cannot resolve symbol HttpGet,HttpClient,DefaultHttpClient in Android Studio

后端 未结 4 1191
小蘑菇
小蘑菇 2020-12-20 06:29

Hi I am new for android in my app I am integrating with services so when I import all these jar files. It gives an error :

Cannot resolve symbol Ht

4条回答
  •  时光取名叫无心
    2020-12-20 07:35

    Apache Http is deprecated. Add

    useLibrary org.apache.http.legacy

    in app's build.gradle file in defaultConfig to use apache httpclient.

提交回复
热议问题