luontola / retrolambda

Backport of Java 8's lambda expressions to Java 7, 6 and 5
Apache License 2.0
3.54k stars 227 forks source link

NoSuchMethodError #125

Closed cuijianzhi closed 6 years ago

cuijianzhi commented 7 years ago

java.lang.NoSuchMethodError: No static method com_fosafer_lib_Fosafer$$Lambda$1_lambda$getOkHttpClient$0(Ljava/lang/String;Ljavax/net/ssl/SSLSession;)Z in class Lcom/fosafer/lib/Fosafer; or its super classes (declaration of 'com.fosafer.lib.Fosafer' appears in /data/app/com.fosafer.attendance.test-1/base.apk)

May be the version of the problem, I started with the latest version 3.5.0. In exchange for the previous 3.2.0, the problem is solved.

luontola commented 7 years ago

Please create a SSCCE for reproducing this.

cuijianzhi commented 7 years ago

May be the version of the problem, I started with the latest version 3.5.0. In exchange for the previous 3.2.0, the problem is solved.