Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案

简介: Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案

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

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

<provider android:name=".apps.AppProvider"  
02.            android:authorities="game"  
03.            android:multiprocess="false"/>  

即将Android:authorities的值修改为别的就可以了。


相关文章
|
4月前
|
iOS开发 Perl
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
93 0
|
7月前
An unexpected error was encountered while executing a WSL command. Common causes include access righ
An unexpected error was encountered while executing a WSL command. Common causes include access righ
|
Python
ERROR: Failed building wheel for osgeo
ERROR: Failed building wheel for osgeo
383 0
|
开发者 Python
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
422 0
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
|
Android开发
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
442 0
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
587 0
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
|
XML Android开发 数据格式
【错误记录】Android 应用安装报错 ( The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER )
【错误记录】Android 应用安装报错 ( The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER )
884 0
【错误记录】Android 应用安装报错 ( The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER )
下一篇
DataWorks