Does anyone have a good way of validating if there are errors in a .axml file? I'm building an Android app in Visual Studio and made some changes to a .axml file and ever since then I keep getting an alert saying my app stopped working and then it crashes. Happens on both the emulator and my samsung 3. At first I thought maybe it was in my c# but after I removed the SetContentView() or load a different layout, it no longer crashes. Somewhere along the way I added bad markup or it got corrupted or something and Visual Studio doesnt show anything wrong, nor does Xamarin Studio.
Any tips for debugging .axml files?
Thanks in advance.