Hi, I have an error compiling Xamarin.Forms Portable app in Visual Studio 2015. Everything was working until upgraded the Xamarin.Forms package using Nuget from version 1.5.1.6471 to version 2.0.0.6482. Now when I build, I get the error in the screenshot:
The xml files in question are generated automatically when I build the solution.
The Output:
1>------ Rebuild All started: Project: RtDash, Configuration: Debug Any CPU ------
1> RtDash -> C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash\RtD
1> ash\RtDash\bin\Debug\RtDash.dll
2>------ Rebuild All started: Project: RtDash.Droid, Configuration: Debug Any CPU ------
2>C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash\RtDash\RtDash.D
2>roid\Properties\AndroidManifest.xml : warning XA0101: @(Content) build action i
2>s not supported
2> Processing: obj\Debug\res\values\styles.xml
2> Processing: C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash
2> \RtDash\RtDash.Droid\obj\Debug__library_projects__\SQLite.Net.Platform.Xamar
2> inAndroid\library_project_imports\res\values\strings.xml
2> Processing: C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash
2> \RtDash\RtDash.Droid\obj\Debug__library_projects__\Xamarin.Forms.Platform\li
2> brary_project_imports\res\values\strings.xml
2>C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash\RtDash\RtDash.D
2>roid\obj\Debug\resourcecache\307FA17304E61E14CC2B48D2CE7C13C0\res\values-sw600d
2>p\values-sw600dp.xml(2): error APT0000: Error parsing XML: not well-formed (inv
2>alid token)
2>C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash\RtDash\RtDash.D
2>roid\obj\Debug\resourcecache\307FA17304E61E14CC2B48D2CE7C13C0\res\values\values
2>.xml(2): error APT0000: Error parsing XML: not well-formed (invalid token)
2>C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash\RtDash\RtDash.D
2>roid\obj\Debug\resourcecache\307FA17304E61E14CC2B48D2CE7C13C0\res\values-land\v
2>alues-land.xml(6): error APT0000: Error retrieving parent for item: No resource
2> found that matches the given name 'Base.Widget.Design.TabLayout'.
2>C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash\RtDash\RtDash.D
2>roid\obj\Debug\resourcecache\307FA17304E61E14CC2B48D2CE7C13C0\res\values-land\v
2>alues-land.xml(7): error APT0000: No resource found that matches the given name
2>: attr 'tabGravity'.
2>C:\Users\loganb.RTTECHDEV\Google Drive\RtCloud.Dashboard\RtDash\RtDash\RtDash.D
2>roid\obj\Debug\resourcecache\307FA17304E61E14CC2B48D2CE7C13C0\res\values-land\v
2>alues-land.xml(8): error APT0000: No resource found that matches the given name
2>: attr 'tabMode'.
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
I'm running windows 7 Pro, Visual Studio 2015, I have every option in the Android SDK Manager installed. Any ideas?
Thanks.