Hi,
Today i installed the Visual Studio Community for Mac and i tried a demo multiplatform app (android and ios), blank native app. But i get the following Error:
Attempting to gather dependency information for package 'Xamarin.Android.Support.v4.23.3.0' with respect to project 'demore.Droid', targeting 'MonoAndroid,Version=v2.3' Total number of results gathered : 3 Gathering dependency information took 2.93 ms Summary of time taken to gather dependencies per source : /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/Xamarin.Forms.Addin/Packages - 2.32 ms /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/FSharpBinding/Packages - 0.28 ms /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.MonoDroid/Packages - 0.29 ms Attempting to resolve dependencies for package 'Xamarin.Android.Support.v4.23.3.0' with DependencyBehavior 'Lowest' Resolving dependency information took 0 ms Resolving actions to install package 'Xamarin.Android.Support.v4.23.3.0' Resolved actions to install package 'Xamarin.Android.Support.v4.23.3.0' Retrieving package 'Xamarin.Android.Support.v4 23.3.0' from '__nid_1122'. For adding package 'Xamarin.Android.Support.v4.23.3.0' to project 'demore.Droid' that targets 'monoandroid23'. Install failed. Rolling back... Package 'Xamarin.Android.Support.v4.23.3.0' does not exist in project 'demore.Droid' Package 'Xamarin.Android.Support.v4.23.3.0' does not exist in folder '/Users/username/Projects/demo/packages' Executing nuget actions took 100 ms Could not install package 'Xamarin.Android.Support.v4 23.3.0'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v2.3', 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.
I found many forum, but i could not solve my problem because VS is on mac..
I try manually to install Xamarin.Forms through the nuget but the same problem.
Another problem that i noticed is that install the ARM EABI v7a System Imag, like you can see in the next image.
Any help???
Thank you in advance