Reminder: I'm using Xamarin (Droid) 4.7.6. Alpha version!
Creating a new Xxx.Core MvvmCross library: 1) Start new PCL library project 2) Select target frameworks: .Net 4.5, SL 4+, WP7.5+, .Net Store, Mono Android, VS MonoTouch 3) Install NuGet package for MvvmCross v3 - Hot Tuna
Fails:
Install failed. Rolling back... Could not install package 'MvvmCross.PortableSupport 3.0.7'. You are trying to install this package into a project that targets 'portable-win+net45+MonoAndroid16+sl40+net10+wp71', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Temporary solution:
Start by selecting only target frameworks: .Net 4.5, SL 4+, WP7.5+. Then install MvvmCross package (install fine). Then go to project properties and add the other target frameworks.
After this small hickup, no further issues.