Open qianyanxiang opened 6 years ago
图片压缩失败:You must call this method on the main thread is compress failures picturePath:/data/user/0/com.hh.fanliwang/cache/luban_disk_cache/Luban_1540455965831.jpg
返回的compresspath 显示是null
因为每次用的file每次都是在Oncreate的就已经创建好的 ,导致只有第一次才能压缩成功,所以file需要每次都需要重新创建 ,否则会导致compress返回的path是null。
图片压缩失败:You must call this method on the main thread is compress failures picturePath:/data/user/0/com.hh.fanliwang/cache/luban_disk_cache/Luban_1540455965831.jpg
返回的compresspath 显示是null