使用PhotoPicker時報java.lang.NoClassDefFoundError: Failed resolution of: Lcom/bumptech/glide/Glide;

版權聲明:本文爲博主原創文章,遵循 CC 4.0 by-sa 版權協議,轉載請附上原文出處連接和本聲明。

本文連接:https://blog.csdn.net/baidu_34120295/article/details/79415317java

在調用PhotoPicker.builder().setPhotoCount(9).setGridColumnCount(3).start(this, requestCode);時報java.lang.NoClassDefFoundError: Failed resolution of: Lcom/bumptech/glide/Glide;的錯誤的解決方式:android

須要添加:git

compile 'com.nineoldandroids:library:2.4.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
相關文章
相關標籤/搜索