You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install a fresh application on the device, on opening for the first time and calling listOnGoogleSearch() the app crashes with the below error.
java.lang.NoSuchMethodError: No static method getInstance()Lcom/google/firebase/appindexing/FirebaseUserActions; in class Lcom/google/firebase/appindexing/FirebaseUserActions; or its super classes (declaration of 'com.google.firebase.appindexing.FirebaseUserActions' appears in /data/app/package.name.here-gWpKaUpSbBtSbilPWelP2Q==/base.apk!classes18.dex)
at io.branch.indexing.AppIndexingHelper$1.run(AppIndexingHelper.java:35)
at java.lang.Thread.run(Thread.java:919)
The text was updated successfully, but these errors were encountered:
I am using the following repository versions
When I install a fresh application on the device, on opening for the first time and calling
listOnGoogleSearch()
the app crashes with the below error.The text was updated successfully, but these errors were encountered: