fluttercommunity / flutter_contacts

Contacts Service - A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dev/packages/contacts_service
MIT License
153 stars 69 forks source link

INSTALL_FAILED_CONFLICTING_PROVIDER: Package couldn't be installed #62

Closed weiwill closed 5 years ago

weiwill commented 5 years ago

Two Apps cannot be installed on the same phone after using this plug-in

Error: ADB exited with exit code 1 adb: failed to install /Users/jgwei/IdeaProjects/loan/build/app/outputs/apk/app.apk: Failure [INSTALL_FAILED_CONFLICTING_PROVIDER: Package couldn't be installed in /data/app/com.ysh.sdb--5GF3pMkE5_bKqOwmq56_g==: Can't install because provider name com.zt.shareextend.fileprovider (in package com.ysh.sdb) is already used by com.ysh.xzsd] Error launching application on LON AL00.

contacts_service: ^0.1.1

It seems to be the reason for using share_extend plug-in

Now I can only use the old version.

lukasgit commented 5 years ago

@weiwill we are going to pull the share_extend plug-in on the next version release

lukasgit commented 5 years ago

@weiwill share_extend removed in PR #87 please upgrade to the latest plugin