Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
Перейти к файлу
Peter Collins 68b1b91a20
[build] Include MIT license in most NuGet packages (#8787)
Fixes: https://github.com/xamarin/xamarin-android/issues/8779

Updates all NuGet packages other than Microsoft.Android.Sdk to include
the MIT license at the root of the repo.

The license file name and contents have also been updated to improve
consistency with other dotnet repos.
2024-03-06 09:43:54 -08:00
.gdn [ci] Migrate to the 1ES template (#8747) 2024-03-04 10:22:15 -08:00
.github [xabuild] Remove xabuild, unused pipelines (#8720) 2024-02-15 18:36:06 -05:00
.vscode Debugging MSBuild Tasks (#8730) 2024-02-19 13:08:56 +00:00
Documentation [docs] update notes about `dotnet-trace` and `dotnet-gcdump` (#8713) 2024-03-06 11:07:11 -05:00
Localize LEGO: Merge pull request 8665 2024-01-23 08:07:15 -08:00
build-tools [build] Include MIT license in most NuGet packages (#8787) 2024-03-06 09:43:54 -08:00
eng Bump to dotnet/installer/main@893b762b6e 9.0.100-preview.3.24153.2 (#8782) 2024-03-06 11:22:42 -06:00
external Bump to xamarin/xamarin-android-tools/main@37d79c9 (#8752) 2024-02-27 17:22:52 -05:00
samples [Xamarin.Android.Build.Tasks] AutoImport `*.webp` files (#7601) 2022-12-13 07:58:23 -05:00
src [Mono.Android] Fix race condition in AndroidMessageHandler (#8753) 2024-03-05 13:07:01 +00:00
src-ThirdParty [lgtm] Fix LGTM-reported issues (#1074) 2023-02-14 08:08:29 -05:00
tests [tests] fix duplicate sources in `NuGet.config` (#8772) 2024-02-29 11:52:32 -06:00
tools [xabuild] Remove xabuild, unused pipelines (#8720) 2024-02-15 18:36:06 -05:00
.editorconfig
.external Bump to xamarin/monodroid@e13723e701 (#8771) 2024-02-28 09:45:42 -08:00
.gitattributes
.gitignore
.gitmodules [build] Use xamarin owned lz4 and robin-map forks (#8567) 2023-12-06 16:57:46 -06:00
.lgtm.yml [lgtm] Fix LGTM-reported issues (#1074) 2023-02-14 08:08:29 -05:00
Configuration.Override.props.in [build] Remove the mono bundle dependency (#8517) 2023-11-28 12:57:45 -05:00
Configuration.props Bump to xamarin/Java.Interop/main@dfcbd670 (#8714) 2024-02-09 15:12:47 -05:00
Directory.Build.props $(AndroidPackVersionSuffix)=preview.3; net9 is 34.99.0.preview.3 (#8765) 2024-02-27 09:39:47 -05:00
Directory.Build.targets Bump to dotnet/installer/main@42ace91ba7 .NET 9.0.100-alpha.1.23603.1 (#8366) 2023-12-04 15:32:03 -05:00
LICENSE.TXT [build] Include MIT license in most NuGet packages (#8787) 2024-03-06 09:43:54 -08:00
Makefile [xabuild] Remove xabuild, unused pipelines (#8720) 2024-02-15 18:36:06 -05:00
NuGet.config Bump to dotnet/installer/main@42ace91ba7 .NET 9.0.100-alpha.1.23603.1 (#8366) 2023-12-04 15:32:03 -05:00
README.md [readme] Add `d17-8` download links. (#8709) 2024-02-08 15:30:46 -10:00
SECURITY.md
THIRD-PARTY-NOTICES.TXT Rename ThirdPartyNotices.txt to THIRD-PARTY-NOTICES.TXT (#8546) 2023-11-30 11:01:43 -05:00
Xamarin.Android-Tests.sln [ci] Parallelize and reduce overhead of MSBuild test stage. (#7850) 2023-03-10 12:12:46 -06:00
Xamarin.Android.BootstrapTasks.sln
Xamarin.Android.Build.Tasks.sln Bump to mono/debugger-libs/main@84c5c67 (#8536) 2023-11-29 11:55:50 -05:00
Xamarin.Android.code-workspace
Xamarin.Android.sln Bump to mono/debugger-libs/main@84c5c67 (#8536) 2023-11-29 11:55:50 -05:00
before.Xamarin.Android.sln.targets [xabuild] Remove xabuild, unused pipelines (#8720) 2024-02-15 18:36:06 -05:00
build.cmd Remove more xabuild (#8263) 2023-08-14 15:48:43 -04:00
build.sh
dotnet-local.cmd dotnet-local & net8: local dotnet first in PATH (#8222) 2023-08-12 06:50:58 -04:00
dotnet-local.sh dotnet-local & net8: local dotnet first in PATH (#8222) 2023-08-12 06:50:58 -04:00
global.json
msfinal.pub
product.snk

README.md

.NET Android banner

.NET Android

.NET Android provides open-source bindings of the Android SDK and tooling for use with .NET managed languages such as C#. This ships as an optional .NET workload for .NET 6+ that can be updated independently from .NET in order to respond to external dependency updates like new Android platform and tooling.

While .NET Android is an essential part of MAUI, it is still fully supported to be used independently for native Android development using .NET.

This repository is also home to the classic Xamarin.Android product.

Support

.NET Android is now part of .NET 6+ and follows the same support lifecycle as the MAUI Support Lifecycle.

Support for classic Xamarin.Android will end on May 1, 2024 as per the Xamarin Support Policy:

Xamarin support will end on May 1, 2024 for all classic Xamarin SDKs. Android 13 will be the final version classic Xamarin.Android will target.

Downloads

Current

.NET Android ships as a workload through the dotnet workload system in .NET 6+. See the workload documentation for installation commands.

Classic Xamarin.Android installers are available here:

Platform Link
Commercial Xamarin.Android 13.2.2 (d17-8) for Windows+Visual Studio 2022 Download
Commercial Xamarin.Android 13.2.2 (d17-8) for VSMac 2022 Download

Previous Releases are also available for download.

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the following:

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Feedback

Discord

License

Copyright (c) .NET Foundation Contributors. All rights reserved. Licensed under the MIT License.