android——Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案

Posted shoneworn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android——Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案相关的知识,希望对你有一定的参考价值。

主要是由于调试的环境中已有一个同名的Provider存在。

解决方法是修改androidManifest.xml中的

就在你AndroidManifest.xml中,全局搜索Provider ,有多少个Provider,就确定多少个,保证这些Provider的

android:authorities="***" 都和你原来的包里的值不一样。


以上是关于android——Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案的主要内容,如果未能解决你的问题,请参考以下文章

Android——复制项目出现Application Installation Failed

Android 12 apk Installation did not succeed

Android 12 apk Installation did not succeed

Android Studio提示: Application Installation Failed

android studio - installation failed with message Invalid File

Android 模拟机出现Installation failed due to invalid URI!错误