I load an app, app-release.apk into the play market, I get an error when loading into the play market, change the package name com.examlpe to something else, change the example in the name of the package to something else via refacror; I install app-debug.apk or app-release.apk, how to fix it?
build.gradle
change theapplicationId
- Nick