LEM
LEM
Same here. It happens even on an empty Android project you create with the VS extension. Any ideas?
In my case the warnings I get are related to API 21. `warning CA1416: This call site is reachable on: 'Android' 21.0 and later. 'Vector2.Y' is only supported on: 'Android'...
Any news when Tile Studio II will be available? I can't wait to use it on a new game that I'm developing (I'm still using the old one) Thanks for...
@dellis1972 It's the back button on the screen. I have a Pixel 7 and I got an upgrade notification to Android 16. As soon as I updated it, then it...
@CartBlanche @dellis1972 In case it helps, this is what ChatGPT came up after doing some research: > Starting with Android 14 and especially Android 16, Google made further internal changes...
Edit: [Please read my next post for solution] @CartBlanche I tried out of curiosity to add your code to my existing MainActivity class, but unless I'm doing something wrong _backCallback...
After trying different things, this seems to work. It gets triggered on my Android 16 when I press the back button. public override bool DispatchKeyEvent(KeyEvent e) { if (e.KeyCode ==...