Help to understand, an error crept into the application, rarely pops up, for several users, in the panel of developers I see:
java.lang.IllegalStateException: at android.view.View$DeclaredOnClickListener.resolveMethod(View.java:4532) at android.view.View$DeclaredOnClickListener.onClick(View.java:4496) at android.view.View.performClick(View.java:5265) at android.view.View$PerformClick.run(View.java:21534) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at android.os.Looper.loop(Looper.java:207) at android.app.ActivityThread.main(ActivityThread.java:5728) at java.lang.reflect.Method.invoke(Native Method:0) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679) But I can not even understand which line in the code this error refers to, I have never come across this before.