-
Notifications
You must be signed in to change notification settings - Fork 2
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
immediate crash when executing compiled APK #7
Comments
Seems like it is rust-mobile/android-activity#153 I think we should wait until egui will support winit 0.30 which depends on android-activity 0.6 where this bug is fixed. |
That's unfortunate. I guess let me know if you get it working! I have plans to turn this into a template with a fully automatic Nix-based build process. |
I created branch develop where the issue seems to be fixed (at least it works on my device). Not in master because it uses egui from git. |
Fixed in master |
You can find the relevant logs here. Note that the test device in question is a Pixel 6a running Graphene OS with Android version 14. I ran the application several times in quick succession, and each time it just immediately closed.
Here is the key relevant snippit:
So the Rust
.so
is panicking, but I'm not sure why.The text was updated successfully, but these errors were encountered: