'Hello Xamarin Forms' Android App - how to get it to work targeting JellyBean 18 (4.3)? -


i need target android jellybean (4.3) platform project. having xamarin forms installed, download 4.3 sdk, create new xamarin forms pcl project. right-click .droid project , set compile, minimum , target android versions android 4.3 (api level 18 - jelly bean). hit build , compilation error:

error 1 no resource identifier found 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 resolve error?

you should setting minimum sdk api 18. compile sdk or targetframework should set latest api installed (api 23). way resources can compiled xamarin.forms.

there's great resource on here:

http://redth.codes/such-android-api-levels-much-confuse-wow/


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -