Open jonpryor opened 2 years ago
This might be tricky as the InstallApkSet
task at the end of the day uses ToolTask
to execute the command.
We might be able to hack around this , perhaps when we are just on CI maybe? via a AndroidRetryInstall
property or something ...
Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.), Android for .NET (net6.0-android, etc.)
Affected platform version
main
Description
"Random"/occasional error when running the
Install
target, e.g. on CI for theMonoAndroidExportReferencedAppStarts(True,"",True)
unit test:Only this one test failed, so it seems unlikely that the Android emulator is "bad".
Should we check for
Please try again
and re-run thebundletool.jar
invocation on failure?Steps to Reproduce
Happens randomly. No reproduction steps.
Did you find any workaround?
No response
Relevant log output
No response