Marco Foi
Marco Foi
Same as @JKennedy24 said. This is the message reported: Assembly 'Xamarin.Android.Support.v4' is using '[assembly: Java.Interop.JavaLibraryReferenceAttribute]', which is no longer supported. Use a newer version of this NuGet package or notify...
@JKennedy24 Thaks! Installing Xamarin.Android.Support.V4 pakage using NuGet Manager on just the Xamarin.Android part of the project did the trick. Thanks
The suggestion by alwendt4 fixed the issue in my project where the original dependency got kicked in by adding Xamarin.Forms.Maps to the whole Solution. I am using VS 2015 Update...