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?

  • What error crashes? - Kirill Stoianov
  • Try debugging first and see what happens. What mistakes, etc. - And
  • one
    In build.gradle change the applicationId - Nick
  • You need to check the application's build.gradle and AndroidManifest.xml so that the package name everywhere matches - iamthevoid

0