当前位置: 移动技术网 > IT编程>移动开发>Android > glide 4.8.0 运行后open app again问题

glide 4.8.0 运行后open app again问题

2018年11月26日  | 移动技术网IT编程  | 我要评论

金毛之家,德惠市地图,lotus domino

 

在调用glide接口时,因为最新版本为4.8.0

调用代码如下:

repositories {

  mavencentral()

  google()

}

 

dependencies {

  implementation 'com.github.bumptech.glide:glide:4.8.0'

  annotationprocessor 'com.github.bumptech.glide:compiler:4.8.0'

}

运行发现app结果:open app again

 

 

后来换成4.0.0版本:

调用代码更改为:

repositories {

  mavencentral()

}

 

dependencies {

  implementation 'com.github.bumptech.glide:glide:4.0.0'

  annotationprocessor 'com.github.bumptech.glide:compiler:4.0.0'

}

发现运行正常:

 

 

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网