Skip to content

Conversation

@jonpryor
Copy link
Contributor

akoeplinger pushed a commit to akoeplinger/xamarin-android that referenced this pull request Oct 24, 2017
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/
@akoeplinger
Copy link
Member

Superseded by #943

jonpryor pushed a commit that referenced this pull request Mar 2, 2022
Partially fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1467817

Changes: dotnet/java-interop@cbd9666...aae23c9

  * dotnet/java-interop@aae23c97: [Java.Interop] use $(DebugType)=portable (#958)
  * dotnet/java-interop@1987829f: [ci] Move CI builds to 1ES's hardened images. (#953)

A warning is printed when building with `-p:MonoSymbolArchive=true`:

	Warning: Directory obj\Release\120\android\assets contains Java.Interop.dll but no debug symbols file was found.

It turns out we are missing `Java.Interop.pdb` from our installer!

Update to dotnet/java-interop@aae23c97, which allows
`Java.Interop.pdb` to be built, and add `Java.Interop.pdb`,
`Mono.Posix.pdb`, and `System.EnterpriseServices.pdb` to our
`.vsix` installer.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants