package com.abhimathgame.shubham.mindsharp;
In build.gradle in manually change the package name
defaultConfig {
applicationId "com.abhimathgame.shubham.mindsharp"
minSdkVersion 19
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
And after that i sync the gradle but it return error and whrn is use
applicationId "com.example.shubham.mindsharp"
it ok but not publish on Playstore Error Image for more help