68b1b91a20
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. |
||
---|---|---|
.gdn | ||
.github | ||
.vscode | ||
Documentation | ||
Localize | ||
build-tools | ||
eng | ||
external | ||
samples | ||
src | ||
src-ThirdParty | ||
tests | ||
tools | ||
.editorconfig | ||
.external | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.lgtm.yml | ||
Configuration.Override.props.in | ||
Configuration.props | ||
Directory.Build.props | ||
Directory.Build.targets | ||
LICENSE.TXT | ||
Makefile | ||
NuGet.config | ||
README.md | ||
SECURITY.md | ||
THIRD-PARTY-NOTICES.TXT | ||
Xamarin.Android-Tests.sln | ||
Xamarin.Android.BootstrapTasks.sln | ||
Xamarin.Android.Build.Tasks.sln | ||
Xamarin.Android.code-workspace | ||
Xamarin.Android.sln | ||
before.Xamarin.Android.sln.targets | ||
build.cmd | ||
build.sh | ||
dotnet-local.cmd | ||
dotnet-local.sh | ||
global.json | ||
msfinal.pub | ||
product.snk |
README.md
.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:
- How to build and run from source
- The development workflow, and using your build
- Coding Guidelines
- Submitting pull requests
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
- Ask a question on Stack Overflow or Microsoft Q&A.
- Request a new feature or vote for popular feature requests on Microsoft Developer Community.
- File an issue in GitHub Issues.
- Discuss development and design on Discord.
License
Copyright (c) .NET Foundation Contributors. All rights reserved. Licensed under the MIT License.