INSTALL_FAILED_CONFLICTING_PROVIDER in Android

前端 未结 10 596
广开言路
广开言路 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 15:57

    if you use for ex facebook-sdk then for each app you need unique this line in manifest

    
    

    xxxxxxxxxx - should be unique for each app, for facebook-sdk it's your facebook_id number

提交回复
热议问题