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
[ci] use $(Agent.TempDirectory)/android-sdk on all platforms (#1156)
I'm still setting the wrong Android SDK used on macOS in some cases: `C:\Android\android-sdk`
Let's use `$(Agent.TempDirectory)/android-sdk`, even on Windows.
Other changes:
* Set `$AndroidSdkDirectory` env var in addition to `$ANDROID_SDK_ROOT`
* See if full path fixes macOS install-android-dependencies.binlog
* Run `-t:InstallAndroidDependencies` twice, once with the `Xamarin` manifest
and once with `GoogleV2`.
0 commit comments