java.lang.IllegalStateException: Software rendering doesn't support hardware bitmaps #180
-
I am experiencing this error on Android Oreo devices. Is there any known solution for this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
PatilShreyas
Jun 1, 2024
Replies: 1 comment 1 reply
-
Could you let me know if you are using the image loader library? If yes, so wherever you're capturing the content, you'll need to disable the hardware bitmap. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mrosasbr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you let me know if you are using the image loader library? If yes, so wherever you're capturing the content, you'll need to disable the hardware bitmap.
While capturing the content on the devices with Android OS version O and above (API 26+) and network images like Coil, Picasso, Glide, etc., it may throw errors like java.lang.IllegalArgumentException: Software rendering doesn't support hardware bitmaps