I removed all Xamarin Apps on my machine and reinstalled the newest version of Xamarin with the Xamarin Universal Installer. I have Visual Studion 2015 Update 2 Enterprise.
Than I created a new Project - Cross Platform - Blank App (Xamarin Forms Portable)
Now I hit F5 on the .Droid App (without changing a single letter in a source) and I get the following compile error:
Error Please install package: 'Xamarin.Android.Support.v7.AppCompat' available in SDK installer. Java library file C:\Users\Markus\AppData\Local\Xamarin\Android.Support.v7.AppCompat\23.0.1.3\embedded\classes.jar doesn't exist. XamarinFormsApp04.Droid
What to do? Where can I get the missing files?
Thanks, Markus