monodroid-samples
monodroid-samples copied to clipboard
Unhandled Exception: Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features
Hi, I'm trying to run this in Android 6.0, I got this error Unhandled Exception: Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features on BluetoothChat.cs line 84 SetContentView (Resource.Layout.main);
Please help.
https://stackoverflow.com/questions/12280303/feature-custom-title-cannot-combine-custom-titles-on-api-11-and-above this fixed that for me
Related sample: https://github.com/xamarin/monodroid-samples/tree/master/BluetoothChat
I could not reproduce this issue in Android 6.0 device. Are you still having this problem?
Yes I'm using a Sumsung galaxy s5 with Android 6.0
Did you try the proposed solution by @melsy6666 ? I think this issue is duplicated with this one: https://github.com/xamarin/monodroid-samples/issues/166
Yes I did, the project built, but it is not functioning correctly, the menu is now showing.
Please, could you paste here a screenshot of your screen? I could run this sample without that fix and it was fine.
Ok, this is the screen after I run this app, it doesn't give me device list.
Ok, I've created a new issue https://github.com/xamarin/monodroid-samples/issues/226 to update this sample and see if that solves the problem