Hello,
I am using the RGPopup Maui package for the PopUp page in this project, at that time I am facing this exception.
RGPopup Maui only support Android 10 or later. Some API added in the Android 10 or later, it cannot be used in the Android 8.0.
It is recommended to use Popup - .NET MAUI Community Toolkit , I test it, it is working in android 8.0.
Java.Lang.RuntimeException: 'Canvas: trying to draw too large(131320128bytes) bitmap.'
This issue is related to ic_light_mode_xx.png
and ic_dark_mode_xx.png
, the resolution(1562 * 2779) is too big. I change resolution to 711 * 1692 for testing, it is working as normal.
Best Regards, Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.