Unable to rebuild apk with apktool kali linux

35.9k views Asked by At

hello guys failed to recompile an apk with apktool this is the error log image:

enter image description here

I did all those commands:

apt-get install zipalign
apt-get update
apt-get upgrade
apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

and I also already have jdk 10 but still error. Also I delete apktool and reinstalled, but same error. I don't know ho to fix.

3

There are 3 answers

0
Ashkan On

Try Using APK Easy Tool instead for binding your payload to existing apk file.

Old methods i have mentioned before are not working anymore. you can check history for them if you still insist.

0
waleed On

i did this command and it worked

sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev
0
alshaboti On

I got unable to rebuild apk with apktool error when using msfvenom. The problem was that the apk file resists the injection, so I tried with another one and it works.

Try another apk file, it may work.