Replies: 1 comment
-
|
I'm closing this due to #23491 which addresses this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm making this as a starting point for later creating a PR but I think that getting some feedback here before would be quite useful.
Current problems
games-activityand `cargo-ndk. It is confusing and unnecessary to do it any other way in my opinion. I've definetly had problems trying to understand which example I should follow.games-activity4, we are usinggames-activity2. (Android) Touch events not working #17122 is apparently also fixed.Solution
This solution currently has to wait until android-activity releases a version compatible with
games-activity4. This discussion has some details on when that might happen. It would however be possible to stick withgames-activity2 andagp8.android-activityhas a new release. See the crates' Cargo.toml and my mobile/android for details.Additional details
To get around the
android-activityproblem, we could also just do something similar to this, which was also mentioned in #17122, I wouldn't deem this a good solution though, only a very temporary workaround.Beta Was this translation helpful? Give feedback.
All reactions