INSTALL_FAILED_CONFLICTING_PROVIDER in Android

前端 未结 10 552
广开言路
广开言路 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:48

    The gradle also needs to contain this

    defaultConfig {
      applicationId "com.example.app"
    }
    

    I had left it out completely

提交回复
热议问题