Hello, I'm developing an application with Xamarin studio.
After an upgrade of Xamarin (currently I have the version 5.9.8) I found this error in my code when I Build it:
android no resource identifier found for attribute touchscreenBlocksFocus in package 'android' APT0000 abc_screen_toolbar.xml
I tried various solution but anyone fixed this problem
The error is in the file abc_screen_toolbar.xml a the line 28 in: android:id="@+id/action_bar_container"
Could someone kindly help me to find a solution?
Thanks