Xamarin Android v4 Support Library (not complete)?

I started learning Android Dev. Using Xamarin through Visual Studio 2015 Pro. I can not add Android v4 support library for components. After I got it from the Xamarin Component Repository, it reads "Incomplete." I tried to remove and add it many times already.

Xamarin Android Support Library v4 (Incomplete)

+4
source share
1 answer

If you use Nuget Package Manager, you can do this:

PM> Install-Package Xamarin.Android.Support.Design

Documentation Details

For Android Support Library v4you do the following:

PM> Install-Package Xamarin.Android.Support.v4

Documentation Details

Also look at "BUG"

+4
source

Source: https://habr.com/ru/post/1620325/


All Articles