monodroid-samples icon indicating copy to clipboard operation
monodroid-samples copied to clipboard

Unhandled Exception: Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features

Open gunnicus opened this issue 7 years ago • 9 comments

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.

gunnicus avatar Jul 25 '17 10:07 gunnicus

https://stackoverflow.com/questions/12280303/feature-custom-title-cannot-combine-custom-titles-on-api-11-and-above this fixed that for me

melsy6666 avatar Jul 28 '17 02:07 melsy6666

Related sample: https://github.com/xamarin/monodroid-samples/tree/master/BluetoothChat

gonzalonm avatar Oct 11 '17 17:10 gonzalonm

I could not reproduce this issue in Android 6.0 device. Are you still having this problem?

gonzalonm avatar Oct 11 '17 17:10 gonzalonm

Yes I'm using a Sumsung galaxy s5 with Android 6.0

gunnicus avatar Oct 11 '17 23:10 gunnicus

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

gonzalonm avatar Oct 12 '17 12:10 gonzalonm

Yes I did, the project built, but it is not functioning correctly, the menu is now showing.

gunnicus avatar Oct 12 '17 23:10 gunnicus

Please, could you paste here a screenshot of your screen? I could run this sample without that fix and it was fine.

gonzalonm avatar Oct 13 '17 11:10 gonzalonm

Ok, this is the screen after I run this app, it doesn't give me device list.

image

gunnicus avatar Oct 15 '17 22:10 gunnicus

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

gonzalonm avatar Oct 17 '17 12:10 gonzalonm