-
Hello, I converted a Xamarin project to Maui. I was debugging on physical and emulated android devices. After being done with the debugging, I wanted to release my App to the devices to test the offline mode. Any ideas why the release acts diffrent then the debug? (Android only tested on 12.0 /12.1 / 13) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
In Release mode the Pages / XAML files are compiled differently and some code maybe removed or transform differently. Check the device log, install Android Studio and look at the Logcat, maybe the crash information will help |
Beta Was this translation helpful? Give feedback.
-
Are there any tools that can be run to detect this? I just hit this on android and ios and I had to pour through the android device log to track down the problem. I would expect this problem to lend itself to static analysis. |
Beta Was this translation helpful? Give feedback.
In Release mode the Pages / XAML files are compiled differently and some code maybe removed or transform differently.
Check the device log, install Android Studio and look at the Logcat, maybe the crash information will help