Fully change package name including company domain

后端 未结 16 2445
礼貌的吻别
礼貌的吻别 2020-12-13 01:11

Let\'s suppose this is the package name: package com.company.name. How do I change company?

P.S. I saw how to change name but

16条回答
  •  温柔的废话
    2020-12-13 02:17

    I have not changed any package name. The following two steps worked for me. After doing the following, the application was installed as a NEW one , eventhough there was two applications with the same package name.

    1) In the build.gradle

    applicationId "mynew.mynewpackage.com"

    2) In the AndroidManifest.xml android:authorities="mynew.mynewpackage.com.fileprovider"

提交回复
热议问题