I have a problem uploading my APK to the Google Play store because of different package names.
What I've done is the following:
- I uploaded the APK without any problems.
- The app is not published yet; the state is announced with "design".
- Now I renamed the Java packages.
- I changed the "package" attribute in AndroidManifest.xml to the new name.
- I changed the android:versionCode from 1 to 2.
- Then I built the APK and tried to upload to Google Dev Console but it fails with the message that the package names are different.
Is there a way to solve this conflict? I know I could "reset" my Java project to the old name but I want to keep the new package name and publish this one to Google Play for all future versions.