[installer] Refresh Android SDK manifest - #12476
Open
jonathanpeppers wants to merge 1 commit into
Open
Conversation
Add current platform-tools, Android 37 platforms, and Emulator 37.1.11 while retaining older feed entries. Align installer defaults with Platform Tools 37.0.1 and Android 37.0. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: bd318154-87a3-4df1-b9d9-6fd4c57e9de3
jonathanpeppers
force-pushed
the
jonathanpeppers-update-android-installer-feed
branch
from
August 21, 2026 13:32
4579cb3 to
acf0a84
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the installer-side Android SDK manifest feed and default version properties so the installer can fetch newer Android SDK components (platform-tools and platform APIs) aligned with the repo’s pinned SDK revisions.
Changes:
- Bumps installer defaults to Platform-Tools 37.0.1 and platform android-37.0 (
Xamarin.Installer.Common.props). - Adds Platform-Tools 37.0.0/37.0.1 and Emulator 37.1.11 entries to the d18.0 manifest feed.
- Aligns platform entries with pinned platform revisions, adding Android 37.1 and updating the 33–37 platform package set (including
*-ext*platform IDs where applicable).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Xamarin.Installer.Build.Tasks/Xamarin.Installer.Common.props | Updates default installer SDK component versions (platform-tools + platform). |
| src/Xamarin.Installer.AndroidSDK/Feeds/AndroidManifestFeed_d18.0.xml | Refreshes the installer manifest feed with newer platform-tools, emulator, and platform packages/revisions. |
Suppressed comments (1)
src/Xamarin.Installer.AndroidSDK/Feeds/AndroidManifestFeed_d18.0.xml:797
⚠️ Theobsolete="True"marker in this manifest is currently not honored by theXamarinRepositoryparser:ParseCommonPackageData()reads thepathattribute and callsAsBool()instead of reading theobsoleteattribute. As a result, changes like markingplatforms;android-34obsolete here won’t actually cause it to be treated as obsolete (and filtered out by default).
Consider fixing src/Xamarin.Installer.AndroidSDK/Xamarin.Installer.AndroidSDK/Xamarin/XamarinRepository.cs to read obsolete (similar to the JDK parsing path) so the manifest’s obsolete flags have the intended effect.
<platform revision="2" path="platforms;android-34" filesystem-path="platforms/android-34" manifest-url="https://dl.google.com/android/repository/repository2-3.xml" description="Android SDK Platform 34" obsolete="True" preview="False" license="android-sdk-license" original-type="sdk:platformDetailsType" api="34" version="0.0.0" codename="" min-tools-rev="0" layoutlib-api="15" layoutlib-revision="0">
simonrozsival
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR is stacked on #12442.
Testing
Xamarin.Installer.Build.Tasks.csprojXamarin.Installer.AndroidSDK.csproj