Home > database >  How to disable MD5 signature for Android apk?
How to disable MD5 signature for Android apk?

Time:07-16

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

CodePudding user response:

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.

  • Related