You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue where the GPU PIXEL library does not work on devices with Adreno 618 GPU, such as the Xiaomi Redmi Note 9S. The app crashes with the following error:
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libgpupixel.so" not found
Is there a way to make GPU PIXEL compatible with Adreno 618 or handle unsupported GPUs gracefully?
The text was updated successfully, but these errors were encountered:
I'm experiencing an issue where the GPU PIXEL library does not work on devices with Adreno 618 GPU, such as the Xiaomi Redmi Note 9S. The app crashes with the following error:
Is there a way to make GPU PIXEL compatible with Adreno 618 or handle unsupported GPUs gracefully?
The text was updated successfully, but these errors were encountered: