Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved a crash for Lollipop (API 21) versions while Scanning QR code #1180

Closed
wants to merge 1 commit into from

Conversation

usmanrana07
Copy link

In Lollipop versions it crashes during scan and gives following error logs:

java.lang.NoSuchMethodError: No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes

In Lollipop versions it crashes during scan and gives following error logs:

java.lang.NoSuchMethodError: No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes
Copy link
Contributor

@srowen srowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it requires Java 8 / API 24 by design now.

@srowen srowen closed this Jun 25, 2019
@usmanrana07
Copy link
Author

Won't this change will avoid crash to let it work for on Lollipop. or we can add a version check on .sort command

@srowen
Copy link
Contributor

srowen commented Jun 25, 2019

Just use version 3.3.3 for API < 24.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants