您需要使用其他软件包名称,因为其他应用程序之一已经使用了“ com.caspianz.hayatkhan.flashlight”

时间:2018-12-03 21:55:26

标签: android android-studio

我尚未在Google Play控制台中发布我的应用程序之一,现在我要上传具有更改名称的应用程序(以前的名称手电筒)(新名称的FlashTorch),但这会给我这个错误{您需要使用其他软件包名称,因为其他应用程序之一已经使用了“ com.caspianz.hayatkhan.flashlight”。}我已将我的计算机名称从Hayatkhan更改为该错误的原因。changed package name snip还在Build.gridle中将ApplicationId更改为新的程序包名称(FlashTorch)。需要你的好建议

2 个答案:

答案 0 :(得分:1)

您是否在Gradle(应用程序配置)中更改了程序包名称

defaultConfig {
        applicationId "app.gsm.com.myapp"
        minSdkVersion 17
        targetSdkVersion 27
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
    }

enter image description here

答案 1 :(得分:0)

转到gradle文件:

enter image description here

并更改此行: enter image description here

我注意到您想将一个应用程序上传到Play商店,请注意,商店中的每个应用程序都有自己的软件包。 您也将无法在自己的设备上安装多个具有相同软件包名称的应用程序