Search code examples
androidgradleapkmd5signing

How to disable MD5 signature for Android apk?


when trying to upload our apk to our Mobile Device Management I get an error saying that "Apps signed with MD5 are not supported anymore".

I am not sure about the signing process. How do I disable MD5 signing?

Greetings


Solution

  • I solved it by creating a new project and cloning my code into it. There appears to have been something wrong with Android Studio configurations.