本文連接: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'