when I set the linking option of the release to "SDK only" I can not create an android package. It fails with a message (translated from German) like "Unexpected error in the LinkAssemblies-Task":
Here the German origianl text with detailled description:
C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(5,5): Error MSB4018: Unerwarteter Fehler bei der LinkAssemblies-Aufgabe. Xamarin.Android.XamarinAndroidException: error XA2006: Reference to metadata item 'System.Diagnostics.TraceEventCache' (defined in 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed') from 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' could not be resolved. bei Xamarin.Android.Diagnostic.Error(Int32 code, String message, Object[] args) bei Xamarin.Android.Tasks.LinkAssemblies.Execute() bei Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() bei Microsoft.Build.BackEnd.TaskBuilder.d__20.MoveNext() (MSB4018) (PW_IceCreamSandwich)
I'm targeting Android 4.2 (API level 17) so this solution (https://github.com/MvvmCross/MvvmCross/issues/629) is not correct for me.
Hope, anybody can help.