-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
Program type already present: android.support.v4.os.ResultReceiver$MyResultReceiver #119
Comments
Version 3 uses AndroidX dependencies, try to install version 2:
|
Thanks for the tips, @chemerisuk. But when I tried After that I rebuild the android app, it built successfully. Then I did the last step which need add firebase SDK like the following instruction: I got a error
I found it because I added this line |
@martinnett this gradle plugin added for you automatically, you don't need to change files manually |
I have the same problems like @martinnett, I have to downgrade to version 2.0 |
If we do that the app just crashes actually.... |
Seems to also be fixed by doing something similar to what is described here arnesson/cordova-plugin-firebase#1081 (comment). When I added these everything seems to play nice together using Version 3 with Android X dependencies.
|
- adde dandroidx plugins (chemerisuk/cordova-plugin-firebase-analytics#119 (comment))
@davidquon what about in Ionic 4? |
Duplicates #130 |
I've setup everything on my ionic project and it works well on iOS devices. Unfortunately, it didn't work when I built android, I met some issues and solved a lot, but for this one I'm totally stuck. I hope anyone met this before and can help me, I'll appreciate.
The text was updated successfully, but these errors were encountered: