INSTALL_FAILED_CONFLICTING_PROVIDER in Android

前端 未结 10 564
广开言路
广开言路 2021-01-01 15:08

I am using an open-srouce code from Google for an app called MyTracks.

I am getting this error when the original app is installed on the phone.

INSTA         


        
10条回答
  •  爱一瞬间的悲伤
    2021-01-01 16:03

    I got this same error when I changed the package name in my app's manifest. This creates a conflict when you try to install the app again (with the new package name). The solution is to remove the old version of the app (that uses the old package name), then you'll be able to install the new version.

提交回复
热议问题