Hi,
Is it possible create project for Android with Mvvmcross using Xamarin Studio for Windows ? I created core project and android application but when I try add mvvmcross library to android project I have error.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e or one of its dependencies. The system cannot find the file specified.
The core project (Portable Class Library) with mvvmcross is compiled with success in Xamarin Studio for Windows
I have seen on youtube the solution for Mac.
Is any solution for Android on Windows?
Can I create application with mvvmcross for android on Mac?
ol3j