Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BranchSDK crashes with com.google.firebase:firebase-appindexing:20.0.0 #965

Open
yog27ray opened this issue Feb 8, 2022 · 0 comments
Open

Comments

@yog27ray
Copy link

yog27ray commented Feb 8, 2022

I am using the following repository versions

implementation 'io.branch.sdk.android:library:5.0.15'

implementation 'com.google.firebase:firebase-appindexing:20.0.0'

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant