Can I remove this permission? (It cause INSTALL_FAILED_DUPLICATE_PERMISSION in Android 5.0 device)

前端 未结 3 1966
时光说笑
时光说笑 2021-01-07 02:33

My tester said that he couldn\'t install the app from Play Store to his Nexus 5 (Lollipop). He said he got this error

Unknown error code during application i         


        
3条回答
  •  萌比男神i
    2021-01-07 02:43

    Change your package name to some other package name, instead of deleting that permissions.

    package="com.example.gcm" 
    

    to

    package="com.appname"  //use any name here like your app name or company name
    

提交回复
热议问题