When uploading the apk I get the following error:
The APK must be signed with jarsigner.
I'm doing the same process as always, the cert and creds are the same, the package code and name have been updated.
What could this be?
When uploading the apk I get the following error:
The APK must be signed with jarsigner.
I'm doing the same process as always, the cert and creds are the same, the package code and name have been updated.
What could this be?
If you are using gradle, clear the project and then create the Signed build again. Also make sure your output folder for the signed apk doesn't have any other APK with the same package name exits.
6 People are following this question.