.NET MAUI on Android keeps not responding messages #14820
Replies: 7 comments 6 replies
-
Can you please describe what kinds of messages it's sending |
Beta Was this translation helpful? Give feedback.
-
I'm experimenting with running .NET MAUI on the Meta Quest 3 and running into the same issue. If I try to debug anything I get the "not responding" message whenever I hit a breakpoint. If you choose to "wait" you can debug successfully. It's really annoying though. |
Beta Was this translation helpful? Give feedback.
-
This is happening regularly for me in android emulator, and it seems to happen on a release build too because Google keep rejecting my app for App loads, but not responsive with a screenshot of the wait/close message. I know it does it on emulator, if you click "Wait" the app is still responding fine. If you run it on a device, the app seems to work fine also. |
Beta Was this translation helpful? Give feedback.
-
This is happening to us as well, android Logcat is not throwing any relevant log either. Any insights @samhouts @PureWeen @davidortinau @rachelkang @jsuarezruiz ? |
Beta Was this translation helpful? Give feedback.
-
This can happen when you have some hanged tasks running and never finishing, unfinished/hanged TaskCompletionSource. |
Beta Was this translation helpful? Give feedback.
-
See this constantly in sim or hardware debugging on API35 constantly with the very latest VS2022 and android SDK's. Productivity killer and completely frustrating. |
Beta Was this translation helpful? Give feedback.
-
@mackayn the workaround we found was to enabling debug app from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello
I have .NET MAUI application that do a lot of serialization and deserialization.
I have noticed this behavior when the app is in DEBUG mode where AOT is disabled and Enable trimming is disabled, that the app is keep sending messages either to wait and the app is not responding.
Any hint on how to handle this?
Steps to Reproduce
.
Link to public reproduction project repository
.
Version with bug
7.0 (current)
Last version that worked well
7.0 (current)
Affected platforms
Android
Affected platform versions
Android 11 and above
Did you find any workaround?
.
Relevant log output
.
Beta Was this translation helpful? Give feedback.
All reactions