I need to target the Android JellyBean
(4.3) platform for a project. Having Xamarin Forms installed, I download the 4.3 SDK
, create a new Xamarin Forms PCL project. Right-click the .Droid project and set Compile, Minimum and Target Android versions to Android 4.3 (API Level 18 - Jelly Bean
). Hit build and get this compilation error:
Error 1 No resource identifier found for attribute 'touchscreenBlocksFocus' in package 'android' E:\Users\Toby\Documents\Visual Studio 2013\Projects\M3SLM10\TestM3\M3slm10\M3slm10\M3slm10.Droid\obj\Debug\resourcecache\2FCCE52AFB6F854A55FA951FA3C83F6E\res\layout\abc_screen_toolbar.xml 28 M3slm10.Droid
How do I resolve this error?