public override void OnCreate() { //some andoird version has BUGs, interhan catch required or crash app crashed AppDomain.CurrentDomain.UnhandledException += (sender, args) => { // Console.WriteLine(args.ExceptionObject.GetType()); }; ToolMobile.start(); base.OnCreate(); }