美文网首页
Installation error: INSTALL_FAIL

Installation error: INSTALL_FAIL

作者: MissmoBaby | 来源:发表于2017-07-26 14:01 被阅读0次

主要是由于调试的环境中已有一个同名的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