My Xamarin.Android app sometimes crashes on launch
问题 Recently, my Xamarin.Android app has started to crash on launch, caused by: Java.Lang.ClassNotFoundException: mono.android.app.Application This exception is being thrown more often than not. Usually, a rebuild fixes the issue for a build or two. I tried to combat the issue by making my own application class: [Application(AllowBackup = true, Debuggable = true, Label = "My Application", Theme = "@style/AppBaseTheme", Icon = "@drawable/icon", Logo = "@drawable/icon")] [MetaData("com.google