-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes on Android 12 #4
Comments
if your app is crashing then In android/app/build.gradle, add the following setting in android block. Hope this helps.
|
still crashes with this: Failed to send request: {"jsonrpc":"2.0","id":"48","method":"getMemoryUsage","params":{"isolateId":"isolates/2876713440287243"}} |
java.lang.IllegalArgumentException: Internal error: Failed to run on the given Interpreter: OpenCL library not loaded - dlopen failed: library "libOpenCL-pixel.so" not found |
Basically if you are running it on emulator it has GPU constraints so if you will run it on real device it will work. |
No I tried it on a physical device. The only solution is not to target
Android 12.
…On Thu, 14 Apr 2022, 11:25 pm Syed Ahsan Ali, ***@***.***> wrote:
Basically if you are running it on emulator it has GPU constraints so if
you will run it on real device it will work.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK57Y2PIK2KRCXLJLFRKQFLVFCLMTANCNFSM5RL6B34Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
ok I will look into it thanks |
Is it working now? I'm thinking of implementing this into the code. |
It simply doesn't work on Android 12 but works on older android
The text was updated successfully, but these errors were encountered: