|
1 |
| -<img src="Documentation/images/banner.png" alt=".NET Android banner" height="145" > |
| 1 | +<img src="Documentation/images/banner.png" alt=".NET for Android banner" height="145" > |
2 | 2 |
|
3 |
| -.NET Android |
| 3 | +.NET for Android |
4 | 4 | ===============
|
5 | 5 |
|
6 |
| -.NET Android provides open-source bindings of the Android SDK and tooling for use with |
| 6 | +.NET for Android provides open-source bindings of the Android SDK and tooling for use with |
7 | 7 | .NET managed languages such as C#. This ships as an optional [.NET workload][net-workload] for .NET 6+ that can
|
8 | 8 | be updated independently from .NET in order to respond to external dependency updates like new Android
|
9 | 9 | platform and tooling.
|
10 | 10 |
|
11 |
| -While .NET Android is an essential part of [MAUI][maui-intro], it is still fully supported to be |
12 |
| -used independently for native Android development using .NET. |
13 |
| - |
14 |
| -This repository is also home to the classic Xamarin.Android product. |
| 11 | +.NET for Android is part of [.NET MAUI][maui-intro], and may also be used independently for native Android development using .NET. |
15 | 12 |
|
16 | 13 | [net-workload]: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install
|
17 | 14 | [maui-intro]: https://learn.microsoft.com/en-us/dotnet/maui/what-is-maui
|
18 | 15 |
|
19 | 16 | # Support
|
20 | 17 |
|
21 |
| -.NET Android is now part of .NET 6+ and follows the same support lifecycle as the [MAUI Support Lifecycle][maui-support-lifecycle]. |
| 18 | +.NET for Android is part of .NET MAUI, since it was introduced in May 2022 as part of .NET 6, and is currently supported as described in the [.NET MAUI Support Policy][maui-support-policy]. |
| 19 | + |
| 20 | +Support for Xamarin.Android ended on **May 1, 2024** as per the [Xamarin Support Policy][xamarin-support-policy]: |
22 | 21 |
|
23 |
| -Support for classic Xamarin.Android will end on **May 1, 2024** as per the [Xamarin Support Policy][xamarin-support-policy]: |
| 22 | +> Xamarin support ended on May 1, 2024 for all Xamarin SDKs including Xamarin.Forms. Android API 34 and Xcode 15 SDKs (iOS and iPadOS 17, macOS 14) are the final versions Xamarin targets from existing Xamarin SDKs (i.e. no new APIs are planned). |
24 | 23 |
|
25 |
| -> 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. |
| 24 | +Follow the [official upgrade guidance](https://learn.microsoft.com/dotnet/maui/migration) to bring your Xamarin applications to the latest version of .NET. |
26 | 25 |
|
27 |
| -[maui-support-lifecycle]: https://dotnet.microsoft.com/en-us/platform/support/policy/maui |
| 26 | +[maui-support-policy]: https://dotnet.microsoft.com/en-us/platform/support/policy/maui |
28 | 27 | [xamarin-support-policy]: https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin
|
29 | 28 |
|
30 | 29 | # Downloads
|
31 | 30 |
|
32 |
| -## Current |
| 31 | +.NET for Android ships as a workload through the `dotnet` workload system in [.NET 6+][dotnet-download]. |
33 | 32 |
|
34 |
| -.NET Android ships as a workload through the `dotnet` workload system in [.NET 6+][dotnet-download]. See |
35 |
| -the [workload documentation][workload-documentation] for installation commands. |
| 33 | +In its simplest form, .NET for Android can be installed by running: |
36 | 34 |
|
37 |
| -[dotnet-download]: https://dotnet.microsoft.com/en-us/download |
38 |
| -[workload-documentation]: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install |
| 35 | +``` |
| 36 | +dotnet workload install android |
| 37 | +``` |
39 | 38 |
|
40 |
| -Classic Xamarin.Android installers are available here: |
| 39 | +See the [.NET workload documentation][workload-documentation] for additional installation commands and options. |
41 | 40 |
|
42 |
| -| Platform | Link | |
43 |
| -|-----------------|--------| |
44 |
| -| **Commercial Xamarin.Android 13.2.2 (d17-8)** for Windows+Visual Studio 2022 | [Download][commercial-d17-8-Windows-x86_64] | |
45 |
| -| **Commercial Xamarin.Android 13.2.2 (d17-8)** for VSMac 2022 | [Download][commercial-d17-8-macOS-x86_64] | |
46 |
| - |
47 |
| -[Previous Releases](Documentation/previous-releases.md) are also available for download. |
| 41 | +[dotnet-download]: https://dotnet.microsoft.com/en-us/download |
| 42 | +[workload-documentation]: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install |
48 | 43 |
|
49 |
| -[commercial-d17-8-Windows-x86_64]: https://aka.ms/xamarin-android-commercial-d17-8-windows |
50 |
| -[commercial-d17-8-macOS-x86_64]: https://aka.ms/xamarin-android-commercial-d17-8-macos |
| 44 | +While no longer supported, Classic Xamarin.Android installers are still available [here](Documentation/previous-releases.md). |
51 | 45 |
|
52 | 46 | # Contributing
|
53 | 47 |
|
|
0 commit comments