flutter插件上使用glide加载本地图片报错啦

256 阅读1分钟

PlatformException(Thumbnail request error, java.util.concurrent.ExecutionException: com.bumptech.glide.load.engine.GlideException: Failed to load resource There were 3 root causes: java.lang.RuntimeException(setDataSource failed: status = 0x80000000) java.lang.RuntimeException(setDataSource failed: status = 0x80000000) java.lang.RuntimeException(setDataSource failed: status = 0x80000000) call GlideException#logRootCauses(String) for more detail, null, null) #0 Warning: This VM has been configured to produce stack traces that violate the Dart standard. #1 *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** #2 pid: 32708, tid: 32741, name 1.ui #3 build_id: 'c3126a435aaa9a22e005e0e00986961e' #4 isolate_dso_base: 74ad5e3000, vm_dso_base: 74ad5e3000 #5 isolate_instructions: 74adad41f0, vm_instructions: 74adacf000 #6 abs 00000074ae62a80f virt 000000000104780f _kDartIsolateSnapshotInstructions+0xb5661f #7 abs 00000074ae7f315b virt 000000000121015b _kDartIsolateSnapshotInstructions+0xd1ef6b 这类崩溃目前有解么??? 排查了插件的bug,根据报错信息应该是调用方式不当!!!!!,比如正在加载时,去删除了当前路径下的图片。。。。