as you know apk is a zip archive, I extracted it and replaced some resources, and zipped it again, when I install it, I get this exception
java.lang.SecurityException: META-INF/MANIFEST.MF has invalid digest
any solution for this error??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you sign it after re-packing it? Changing anything in it broke the existing signature.
If the package is already installed and you re-sign the new one with a different signing key, it will also refuse to install.