Dear support,
while this version 8.0.122.0 is much more robust in DEBUG mode, it crashes systematically (including on your samples) in RELEASE mode.
The exception occurs in SetContentView(Resource.Layout.DisplayASimpleMap);
Thank you for your help,
Patrick.
Crash in RELEASE mode (8.0.122.0)
Hi Patrick,
In release mode, we met a crash issue and we fixed in our HowDoISample. We found after upgrading our Xamarin Studio to the latest build 5.5 and Xamarin.Android to 4.18.0, the issue happened. We have another machine which is 5.4 for Xamarin Studio and 4.16.0 for Xamarin.Android; this works fine as the debug mode.
We did a little research and we found it was caused by the capitalization of the layout file in the AXML file. Please open the \Resources\layout\main.axml.
Our old xml is:
Change the namespace part to all lowercase like following, it works fine:
Here is an Xamarin post we refer to:
forums.xamarin.com/discussi…ustom-view
Thanks,
Howard
Verified ok.
thank you,
Patrick.
Welcome, and any questions please let us know.
Thanks,
Johnny