INSTALL_FAILED_CONFLICTING_PROVIDER

Hi. I just install my first ionic app with tabs and pushed it to device by ionic run android --device. All good…

Then I tried to add Push Notification in it and install next plugins
ionic add ionic-platform-web-client
ionic plugin add phonegap-plugin-push
After this I’m getting “INSTALL_FAILED_CONFLICTING_PROVIDER” when do “ionic run android --device”.
Am I missed something? Tried to do step by step as in tutorial
Got errors after this steps: http://docs.ionic.io/docs/push-from-scratch

1 Like

I had same issue and i have added applicationId in build.gradle, like this:

android {
defaultConfig {
applicationId “com.your.app.here”
}

And it fixed that issue for me. You can try it.

1 Like

Thanks Dnb, your fix works perfectly!

I am having this problem on Samsung S5 with Android 5.0 and Samsung A5 with Android 5.0.2 with two different apps.
Its a big problem actually as its hard to know about unless you happen to be testing on the affected devices before you release.

App get installed after using this solutions but not working, it stopped showing in gapdebug.

Yes I believe it was fixed in latest version.