标签:android http io 文件 ar 代码 type ad
#1 下载jar包文件,
#2 拷贝到libs目录下
#3 打开你的build.gradle,在dependencies加入如下代码
dependencies {
compile files(‘libs/android-support-v4.jar‘)
compile files(‘libs/android-async-http-1.4.3.jar‘)
//或者你想偷懒可以只写下面这一句,所有libs文件下的jar都会被编译
compile fileTree(dir: “libs”, include: "*.jar")
}
#4 编译后,就ok了
在Android Studio中导入jar包,布布扣,bubuko.com
标签:android http io 文件 ar 代码 type ad
原文地址:http://www.cnblogs.com/martinjinyu/p/3900956.html