Pumpkin Master

Results 1 issues of Pumpkin Master

Nexus6,with android7.0. 具体操作是:不裁剪,自带压缩工具压缩,显示进度条,压缩最大值102400,最大像素480. TakePhoto版本是4.0.2 ``` CompressConfig config = new CompressConfig.Builder().setMaxSize(102400).setMaxPixel(480).enableReserveRaw(true).create(); takePhoto.onEnableCompress(config, true); takePhoto.onPickFromCapture(outPutUri); ``` 同样的设置,运行demo没问题,但是在我的应用中报错。 错误是 ``` : java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1003, result=-1, data=Intent { }} to activity...