筆者在最近AndroidStudio中在導(dǎo)入AsyncHttpClient時(shí)出現(xiàn)了一些錯(cuò)誤膝蜈。錯(cuò)誤如下
現(xiàn)在貼出完整步驟
1、肯定是在github上獲取AsyncHttpClient熔掺;https://github.com/scruffyfox/AsyncHttpClient
2.在你的新建項(xiàng)目中選擇 Import Module 如圖
3.選擇AsyncHttpClient所在目錄饱搏,并命名Moudule Name為:android_async_http_library
4.等待導(dǎo)入,完成后你會(huì)發(fā)現(xiàn)有有如下錯(cuò)誤
5.點(diǎn)擊錯(cuò)誤下方的 Open File 置逻,會(huì)打開android_async_http_library\build.gradle
6.編輯android_async_http_library\build.gradle推沸,去掉“apply from: '../gradle/sonatype.gradle'”
7.最后clean Project 一下項(xiàng)目就好了
整個(gè)過程最好是在連網(wǎng)的狀態(tài)下
8.在左側(cè)切換到project
9.找到AsyncHttp并選中,按F4
10、在彈出的project Structure 窗口的 Modules欄目中選擇app
11.選擇Dependencies 鬓催,點(diǎn)擊綠色的加號(hào) 選擇 3 Module Dependence
12.選擇我們導(dǎo)入的AsynHttp:library 就可以了
最后就可以在項(xiàng)目中使用了