package com.abhimathgame.shubham.mindsharp;
在build.gradle中手动更改包名称
defaultConfig {
applicationId "com.abhimathgame.shubham.mindsharp"
minSdkVersion 19
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
然后我同步了gradle但它返回错误并且whrn正在使用
applicationId "com.example.shubham.mindsharp"
没关系,但不能在Playstore Error Image for more help
上发布答案 0 :(得分:0)
确保您的包裹名称在所有地方都相同。此外,如果您在项目中添加了来自firebase的google-services.json文件,请确保添加的packagename是正确的。 希望这有用。
答案 1 :(得分:0)