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
[Xamarin.Android.Tools.AndroidSdk] Update SDK component for API-31 (#134)
Context: https://dl-ssl.google.com/android/repository/repository2-1.xml
Update the preferred Android SDK component versions to the current latest
versions listed in the [Android Repository file][0]:
* `$(AndroidSdkBuildToolsVersion)`/build-tools to 31.0.0
* `$(AndroidCommandLineToolsVersion)`/cmdline-tools to 5.0
* `$(AndroidSdkPlatformToolsVersion)`/platform-tools to 31.0.3
* `$(AndroidSdkPlatformVersion)`/platform to android-31
* `$(AndroidNdkVersion)`/ndk-bundle to 22.1.7171670
Note: there is an NDK r23 package in `ndk;23.0.7599858`, and
xamarin-android supports NDK r23 as of
[dotnet/android@f361d997][2], but that is installed into
a *versioned* directory, a'la `$ANDROID_SDK_ROOT/ndk/23.0.7599858`,
which (1) may not be fully supported, and (2) *isn't* supported
by the Android SDK Manager.
The latest `ndk-bundle` package is 22.1.7171670.
Additionally, the Android SDK `tools` component has been
[deprecated since 2017-Sep][1]. Add a comment noting that
`$(AndroidSdkToolsVersion)` should be considered obsolete, and that
we should eventually remove it.
[0]: https://dl-ssl.google.com/android/repository/repository2-1.xml
[1]: https://developer.android.com/studio/releases/sdk-tools
[2]: http://github.com/xamarin/xamarin-android/commit/f361d997807504a69c29163811f362da701410b6
0 commit comments