0

I`m trying to upload a new version of my application on Google Play and getting the following error message

Google Play sending apk failed - must have same package name

I created a "new project" since I migrated it from Eclipse to Android Studio, but the package name is exactly the same.

What could possibly be going on?

Machado
  • 14,105
  • 13
  • 56
  • 97

1 Answers1

0

Silly bug.

Found a solution: clearing the cache data from Google Chrome did the job.

Also, the applicationId that you can find at gradle.build must be the same name of the package.

Machado
  • 14,105
  • 13
  • 56
  • 97