java.lang.NoSuchMethodError: No static method isAtLeastS()Z in class

Viewed 1152

App is getting crash after I have upgraded my targetSdkVersion and compileSdkVersion to 31. I have tried all the answers in this link but still facing same issue . Everytime i try to open the app this error is coming

java.lang.NoSuchMethodError: No static method isAtLeastS()Z in class Landroidx/core/os/BuildCompat; or its super classes (declaration of 'androidx.core.os.BuildCompat' appears in /data/app/~~6PPcQbptT87_5h04ffIgXg

Screenshot

0 Answers
Related