brianchance / MvvmCross-UserInteraction

MvvmCross plugin for interacting with the user from a view model
MIT License
43 stars 44 forks source link

Could not load assembly 'Xamarin.Android.Support.v7.AppCompat' #23

Open sazr opened 9 years ago

sazr commented 9 years ago

Hi

Is the NuGet package compatible with the latest version of Android or any current one past V2.1 (API 7)? Because I am getting a compile error when I compile my MVVM Cross Android project:

Error 25 Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile? File name: 'Xamarin.Android.Support.v7.AppCompat.dll' at Xamarin.Android.Tuner.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters) at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(ICollection`1 assemblies, AssemblyDefinition assembly, Boolean topLevel) at Xamarin.Android.Tasks.ResolveAssemblies.Execute() BigReviewTV.UI.Droid

My target android versions are:

Image of Yaktocat

paddyfink commented 8 years ago

Install this package : https://www.nuget.org/packages/Xamarin.Android.Support.v7.AppCompat/