Hi,
everyone, I'm having trouble uploading the APK of my Android application to the sandbox account. I've created the application (it appears on the App Marker), but APK upload fails with the following error:
The package name must be the same as previous versions
What's confusing about the error message is that THIS IS the first version I'm trying to upload. The APK was generated in Android Studio, in release mode with a certificate generated in Android Studio as well.
What I tried so far:
- uninstalling the application, changing the package name of the android app to something else, generating new APK and new application on the sandbox - same message
- generating a new certificate, using new package name - same message
Any ideas what else to look for?