cxmmxc
cxmmxc
嗯,我刚也解决了。。。正准备回你呢
@o0o0oo00 no, I use another lib
@hjh2881 https://github.com/jeasonlzy/ImagePicker, I use the lib, but I modify its code
```#calander -keepclasseswithmembers class * { public (android.content.Context); } -keep class com.haibin.calendarview.** { *; } ``` 上面两个就妥妥的了
when i use BitmapFactory.decodeByteArray in Android 7.1.2, it also crash, "rectangle is outside the image"! @TyMarc how do you resolve this? `BitmapFactory.decodeByteArray(bytes, 0, bytes.length,tmpOptions);` ``` public static byte[] toByteArray(InputStream input)...
> @TyMarc Oh,yes, I try it success,thank u!