Xamarin.Android bindings for the now-deprecated Google Android Support Libraries. These libraries have been replaced with AndroidX libraries.
For AndroidX, please see https://github.com/xamarin/AndroidX
Please note that both these packages and the Google libraries contained within them have been deprecated, and are no longer maintained or supported:
https://developer.android.com/topic/libraries/support-library/packages
Existing bindings published from this repository will continue to be available on NuGet, but will not receive fixes or updates.
Building from source requires calling the cake script:
.\build.ps1 --target=binderate
.\build.ps1 --target=libs
The license for this repository is specified in LICENSE.md
The externals
build task downloads some external dependencies from Google which are licensed under and subject to the terms of Android Software Development Kit License Agreement
The Contribution Guidelines for this repository are listed in CONTRIBUTING.md
This project is part of the .NET Foundation