facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

NoSuchMethodError issue #707

Open edtslib opened 2 years ago

edtslib commented 2 years ago

crash occurs on 1 user (from 1.29M active user) with device Samsung Galaxy A3(2016).

Here is crashlytics log

Fatal Exception: java.lang.NoSuchMethodError: No interface method nextRequestId()Ljava/lang/String; in class Lcom/facebook/stetho/inspector/network/NetworkEventReporter; or its super classes (declaration of 'com.facebook.stetho.inspector.network.NetworkEventReporter' appears in base.apk:classes2.dex) at com.facebook.stetho.okhttp3.StethoInterceptor.intercept(StethoInterceptor.java:40)

can anyone tell me to fix the issue?