Maui Hybrid on Android install but not Open

Viewed 39

I have an app in Maui Blazor Hybrid, which launched from VS works correctly, but when I generate an apk and install it manually, it installs but does not open the app.

How can I see the error or do a debug in release mode.

1 Answers

You can use App Center Crashes to diagnose the error. It will automatically generate a crash log every time your app crashes. For more details, check this link

Related