主要是由于调试的环境中已有一个同名的Provider存在。
解决方法是修改AndroidManifest.xml中的provider的android:authorities的值。
<provider android:name=".apps.AppProvider"
android:authorities="game"
android:multiprocess="false"/>
主要是由于调试的环境中已有一个同名的Provider存在。
解决方法是修改AndroidManifest.xml中的provider的android:authorities的值。
<provider android:name=".apps.AppProvider"
android:authorities="game"
android:multiprocess="false"/>
本文标题:Installation error: INSTALL_FAIL
本文链接:https://www.haomeiwen.com/subject/ssankxtx.html
网友评论