添加glide依赖 implementation 'com.github.bumptech.glide:glide:4.11.0' 编译能通过可以运行在模拟器上,但是添加annotationProcessor 'com.github.bumptech.glide:compile:4.11.0'后,编译能通过,但是运行的时候报错
收起
repositories { google() mavenCentral() } dependencies { implementation 'com.github.bumptech.glide:glide:4.13.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0' }
是按照官方的方法添加的依赖吗
报告相同问题?