question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stable version (1.10.19) and HEAD don't build on Android

See original GitHub issue

I’m trying to upgrade my company’s mockito version to 1.10.19 and ran into Android build breakage, caused by asm class file versioning issue.

Warning: org.mockito.asm.util.CheckSignatureAdapter:
    can't find referenced class org.mockito.asm.signature.SignatureVisitor

I downloaded cglib-and-asm-1.0.jar and found that while there is org/mockito/asm/util/CheckSignatureAdapter.class in the jar, there isn’t org/mockito/asm/signature pacakge.

The cglib-and-asm-1.0-sources.jar does have the missing .java files.

This currently blocks the Mockito upgrade.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
raphwcommented, Dec 8, 2015

@bric3 You might just be right about this. Java 8 adoption is pretty high and I assume that it could pay off for supporing easy integration with Java 8 types. Also, tests can run on a JVM v8 while continuing to compile artifacts to v7 or before. So upgrading Mockito does not necessarily entail a production upgrade.

0reactions
bric3commented, Jul 8, 2016

@fluentfuture So do you suggest that this issue can be closed ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Battery draining soon in OnePlus 7 after update of Android 10
Title: Battery draining soon in OnePlus 7 after update of Android 10; Device: OnePlus7; Software Version: O2 Stable 191007; Topic: Suggestion; Photos: ...
Read more >
Gradle Sync failed could not find constraint-layout:1.0.0-alpha2
The fix is to update the android gradle plugin in your build.gradle. ... My problem was, that the SDK Tools updated it to...
Read more >
Bedrock Edition 1.19.10 - Minecraft Wiki - Fandom
1.19.10 is a minor update to Bedrock Edition released on July 12, 2022, which brought more parity with Java Edition and fixes bugs....
Read more >
[ROM][UNOFFICIAL][9.0][nx551j] LineageOS 16.0 for Nubia ...
Clean code with kernel rebased on top of latest caf pie msm8953 tag. Download 2019-10-01. Update Lineage code (security patch) ...
Read more >
Request: Do not remove clipboard permission and do not let ...
I would be very disappointed If Google's latest round of permission revocations resulted in my app being unusable on Android. This is not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found