So I'm working on a Xamarin.Forms app.
While importing an vendor's SDK the make a separate Android Activity that inflates its own UI for a period of time. Kind of like when you click a [camera] button in an app, then another camera view is generated until you take the picture, then goes away returning you to your app.
The vendor sample app works. When importing their elements to my project the same Activity and AXML crashes with an Android Inflate Exception.
Clearly I'm missing some part, reference, or XML style reference. But that exception give no hint, no idea, nothing helpful like "style blahblah could not be found" or "element with @+id/buttonimage" could not be found" etc.
Does anyone know a way to get some more info out of the android side of the app during run-time debugging? This vague message is not helpful at all.