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
A "funny thing" happened in [PR Build dotnet#958][0]: `adb` failed:
Target ReleaseAndroidTarget:
Task "Adb"
...
Tool /Users/builder/android-toolchain/sdk/platform-tools/adb execution started with arguments: -s emulator-5570 logcat -d
...
Task "Adb" execution -- FAILED
I have no idea why `adb` is failing, but *because* it failed, the
emulator was never shutdown and killed.
Add `ContinueOnError="True"` to most of the tasks within the
`ReleaseAndroidTarget` target to ensure that the emulator is shutdown
and killed.
[0]: https://jenkins.mono-project.com/job/xamarin-android-pr-builder/958/
0 commit comments