Development/Error
[Error] Can't compress a recycled bitmap
은스타
2022. 10. 18. 11:12
반응형
https://snowdeer.github.io/android/2016/02/03/android-save-bitmap-to-file/https://stackoverflow.com/questions/8490474/cant-compress-a-recycled-bitmap
Bitmap 이미지를 파일로 저장하는 방법 · snowdeer's Code Holic
Bitmap 이미지를 파일로 저장하는 방법 03 Feb 2016 | Android Bitmap 이미지를 파일로 저장하는 코드는 다음과 같습니다. private void saveBitmapAsFile(Bitmap bitmap, String filepath) { File file = new File(filepath); OutputStrea
snowdeer.github.io
Can't compress a recycled bitmap
I'm trying to save a Layout into an Image in the SDCard but I get this error. I tried several codes I found in this forum but all of them have the same compress call that is giving the error. Thi...
stackoverflow.com
반응형