Android Studio 使用教程(十九)之AndroidStudio怎么加载并使用okHttp

 

 

 

一、引用okHttp框架

 

 

 

1、点击File-->Project Structure,如图:

Android Studio 使用教程(十九)之AndroidStudio怎么加载并使用okHttp_第1张图片

 

2、点击左侧栏的“app”,然后点击顶部导航的“Dependencies”,最后点击“加号”,点击“加号”后,会出现三个选项,选择第一个(添加第三方库),如图:

 

Android Studio 使用教程(十九)之AndroidStudio怎么加载并使用okHttp_第2张图片

 

3.输入,“okhttp”,点击搜索按钮,如图

Android Studio 使用教程(十九)之AndroidStudio怎么加载并使用okHttp_第3张图片

 

4、选择“com.squareup.okhttp3:okhttp:3.8.0”,点击“OK”,如图:

Android Studio 使用教程(十九)之AndroidStudio怎么加载并使用okHttp_第4张图片

 

5、这时我们可以看到“Dependencies”中增加了一个,“com.squareup.okhttp3:okhttp:3.8.0”,点击“OK”按钮,如图:


6、这时看到,app文件夹下的“build.gradle”文件中,"dependencies"下增加了“com.squareup.okhttp3:okhttp:3.8.0'”,然后就是少许的等待,如图:

 

Android Studio 使用教程(十九)之AndroidStudio怎么加载并使用okHttp_第5张图片

你可能感兴趣的:(工具使用教程)