Cannot resolve symbol HttpGet,HttpClient,HttpResponce in Android Studio

前端 未结 12 2044
深忆病人
深忆病人 2020-12-02 12:47

I just copy all the jar files of Http but Android Studio cann\'t import all these jar files.It gives an error : Cannot resolve symbol HttpGe

12条回答
  •  余生分开走
    2020-12-02 13:21

    Google officially suggests to developers to use Volley library for networking related stuff Here, so Its time to switch to Volley, Happy coding

提交回复
热议问题