Over the weekend something happend, because on monday it wasn't possible anymore to make a signed production build of my App. The only thing that I installed was Ableton Live 11 but I don't see how this could be related. I use "Generate Signed Bundle / APK" to make sure the signingConfigs
in build.gradle
are not the problem.
When running from Android Studio it showed this:
When uploading the APK on APKPure it showed that the apk wasn't valid:
Steps that I've tried so far:
- Tried different projects, all projects are unable to sign, so it's not the specific project.
- Uninstalled Android Studio from this SO thread.
- I've found the Signature mentioned on apkpure in
google-services.json
and I've deleted this, but same result.