您的位置:首页 > 移动开发 > Android开发

android studio 中依赖库compile 的一些库的地址

2016-03-30 15:39 465 查看
1.添加Gson的依赖库

compile 'com.google.code.gson:gson:2.2.4'


2.使用Volley执行网络数据传输的依赖库

compile 'com.mcxiaoke.volley:library-aar:1.0.0'


3.使用glide的加载库

compile 'com.github.bumptech.glide:glide:3.5.2'


4.okHttp的依赖库

compile 'com.squareup.okhttp:okhttp:2.4.0'


还要添加 okhttp的依赖库

compile 'com.squareup.okio:okio:1.5.0'


后期不定时的陆续更新ing
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: