Open darkwater opened 5 days ago
I am facing this problem, too.
It seems that upgrading winit
to 0.29
or greater and egui
and eframe
to corresponding versions causes this behavior.
Unfortunately I am no android expert. Any ideas to debug this problem further?
Just after writing my reply I found this pull request: https://github.com/podusowski/walkers/pull/141
So the solution is to simply bump the version of androidx.games:games-activity
to 2.0.2
in your build.gradle
.
I'm trying to get the agdk-eframe example working with up-to-date dependencies:
It builds and installs fine, but on launch it immediately closes and I found this in logcat:
Do I need to update some dependencies on the Android side to match? I can't really find any android-activity <-> agdk version compatibility tables, for example.