java-diff-utils / java-diff-utils

Diff Utils library is an OpenSource library for performing the comparison / diff operations between texts or some kind of data: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.

Home Page:https://java-diff-utils.github.io/java-diff-utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on android 6

hoangtuancntt opened this issue · comments

I got a error when run app on android 6 in detail below
Fatal Exception: java.lang.NoClassDefFoundError: com.github.difflib.algorithm.myers.MeyersDiff$$ExternalSyntheticLambda0
at com.github.difflib.algorithm.myers.MeyersDiff.(MeyersDiff.java:37)
at com.github.difflib.algorithm.myers.MeyersDiff$1.create(MeyersDiff.java:190)
at com.github.difflib.DiffUtils.diff(DiffUtils.java:62)

commented

Since Android 6 uses Java 7 this version of java-diff-utils could not be used since it is build with JDK 8 and uses JDK 8 API as well.

Stale issue message