简体   繁体   English

如何在android studio中选择特定版本的库

[英]how to choose a specific version of library in android studio

I need a specific version of Glide 3.8 but in android only appears me 4.0我需要特定版本的 Glide 3.8 但在 android 中只出现我 4.0

annex my bookstores兼并我的书店

在此处输入图片说明

e seen that when adding a library are added several versions, you can change to one of them? e 看到添加库时添加了多个版本,您可以更改其中之一吗?

cache of glide library滑翔库的缓存

在此处输入图片说明

Put this in your build.gradle (Module:app) file :把它放在你的 build.gradle (Module:app) 文件中:

compile group: 'com.github.bumptech.glide', name: 'glide', version: '3.8.0'

And remove your jar archive并删除您的 jar 档案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM