M4sc3r4n0 / Evil-Droid

954 stars 402 forks source link

failed to align compiled apk #109

Open micka44 opened 1 year ago

micka44 commented 1 year ago

Hello, I can't fix the problem, do you have any solutions? (failed to align compiled apk)

hxrofo commented 3 months ago

Zipalign from kali repositories has a bug.
apt-get remove zipalign
apt-get update
go to /etc/apt/sources.list and comment out the kali repository by putting # in front of it
add this repository under it: deb http://ftp.de.debian.org/debian buster main
apt-get update && apt-get install zipalign