c# - Xamarin Forms Portable Application MonoAndroid Build Error - Framework not found -


i've made fresh xamarin forms portable project cross platform templates in visual studio 2015. haven't touched or modified of project files. when try build it, following build error:

c:\program files (x86)\msbuild\14.0\bin\microsoft.common.currentversion.targets(1098,5): error msb3644: reference assemblies framework "monoandroid,version=v6.0" not found. resolve this, install sdk or targeting pack framework version or retarget application version of framework have sdk or targeting pack installed. note assemblies resolved global assembly cache (gac) , used in place of reference assemblies. therefore assembly may not correctly targeted framework intend.

my project defaults are:

enter image description here

looking @ similar questions, seem that, indeed, version of framework not installed. seems be. android sdk manager shows following:

enter image description here

what going on here? how can resolve this.

when these type of errors, 'out there' , hint of system configuration problems, it's time reinstall.

i had remove remnants of visual studio, sdks , xamarin. 'modify' , 'repair' didn't work.

after complete fresh install of vs 2015 , xamarin, things normal.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -