Marcel Schnelle

Results 104 comments of Marcel Schnelle

I can confirm that the build was successful on x64 after following the revised instructions! The current script will always build both debug _and_ release builds, however, which adds a...

@takahirom I have patched it locally so that the configuration in Xcode dictates which XCFramework to build (debug or release). This works fairly well. I'll submit this proposal as a...

What an odd behavior, I don't see this on my device. What's your OS version?

If you apply the `de.mannodermaus.android-junit5` plugin on a module that also uses the `jacoco` plugin, the corresponding code coverage tasks should already be generated for you after syncing. Reports can...

It's possible that this sort of unusual use case isn't supported from the Android side, which is why it won't pick up anything outside `androidTest` for running as an instrumentation...

I don't have a lot of first-hand experience with Jacoco myself, but certainly there have been many instances in the past where its reporting didn't want to pick up the...

Thanks! No promises I can look at this quickly, but I'll keep this open and will try to take a look at it. ๐Ÿ™‡โ€โ™‚๏ธ

Thanks for updating, @F43nd1r. I recently stumbled across [this bug](https://issuetracker.google.com/issues/380291901) in AGP, I wonder if that may be related to what you've seen. I'm glad it works now!

I have seen negative execution times in the past as well. Judging from your build environment, I'd first need to rule out any fixes in the meantime, however. You are...

Thanks for reporting โ€“ what an esoteric stack trace! I will try to reproduce this myself, but please allow me a few follow-up questions first: - What's the version of...