Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests]
InstallAndroidDependenciesTest
can use platform-tools
34.…
…0.0 (#7800) We are seeing the `InstallAndroidDependenciesTest` test fail allot recently. Looking at the logs we see the following warning. warning : Dependency `platform-tools` should have been installed but could not be resolved. You can attempt to install it with: /Users/dean/Documents/Sandbox/Xamarin/WI1714603/bin/TestRelease/temp/InstallAndroidDependenciesTest/android-sdk/cmdline-tools/7.0/lib/sdkmanager-classpath.jar --install "platform-tools" As a result `platform-tools` is not installed. This causes the `ResolveSdks` task to ignore the test sdk directory because `adb` is missing. So lets update the `AndroidSdkPlatformToolsVersion ` to use one that does work.
- Loading branch information