MvvmCross / MvvmCross-Forms

Support for Xamarin.Forms on MvvmCross: The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
http://mvvmcross.com
6 stars 2 forks source link

Problem with android build #56

Closed poepoe12002 closed 7 years ago

poepoe12002 commented 8 years ago

Steps to reproduce

1.Create new project of type Blank Xaml App (Xamarin.Forms Portable)

2.Build

3.Using Nuget at the solution level, add MvvmCross.Forms.Presenter

4.Build

Expected behavior

Successful build

Actual behavior

Error Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'MvvmCross.Binding.Droid, Version=4.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile? File name: 'MvvmCross.Binding.Droid.dll'

Microsoft Visual Studio Community 2015 - Version 14.0.25425.01 Update 3 Microsoft .NET Framework - Version 4.6.01586

Xamarin for Visual Studio 4.1.2.18 - Stable