You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Xamarin creates and maintains Xamarin.Android bindings for the Google Android Support Libraries and AndroidX.
4
+
5
+
## Building
6
+
7
+
Building from source requires calling the cake script:
8
+
9
+
```
10
+
.\build.ps1 --target=binderate
11
+
.\build.ps1 --target=libs
12
+
```
13
+
14
+
15
+
## License
16
+
17
+
The license for this repository is specified in
18
+
[LICENSE.md](LICENSE.md)
19
+
20
+
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](http://developer.android.com/sdk/terms.html)
21
+
22
+
## Contribution Guidelines
23
+
The Contribution Guidelines for this repository are listed in [CONTRIBUTING.md](.github/CONTRIBUTING.md)
24
+
25
+
## .NET Foundation
26
+
This project is part of the [.NET Foundation](http://www.dotnetfoundation.org/projects)
0 commit comments