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

前端 未结 3 1934
时光说笑
时光说笑 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条回答
  •  抹茶落季
    2021-01-07 03:04

    As described in INSTALL_FAILED_DUPLICATE_PERMISSION... C2D_MESSAGE , you should use ${applicationId} instead a static application id in the AndroidManifest.

    Example:

    
    

    It will fix your problem and if you starting using Flavor everything will work perfectly too. ;)

提交回复
热议问题