[Xamarin.Android.Build.Tasks] Fix <InstallAndroidDependencies/> #4969
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.
Context: xamarin/android-sdk-installer#450
Changes: https://github.com/xamarin/android-sdk-installer/compare/c6c12db0...2b4d1a6
Changes: https://github.com/xamarin/monodroid/compare/5784a746...b12a3e8d
A fix for the
<InstallAndroidDependencies/>target has been brought invia the
android-sdk-installerbump in xamarin/monodroid@b12a3e8.The
<InstallAndroidDependencies/>test previously had issues due toclean up logic in the test framework that partially deleted the newly
provisioned Android SDK on a subsequent build. I believe that we've
been seeing successful results for this test because the subsequent
build in the test would fall back to a different Android SDK that was
already on disk. The test has been improved by asserting that the newly
installed Android SDK is used during the subsequent build.