zipalign: symbol lookup error: /usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0: undefined symbol: _ZN11unwindstack12ElfInterfaceD2Ev
by akhil112 from LinuxQuestions.org on (#5BHAB)
've installed Kali Linux using Oracle on my Windows Surface Computer. I also successfully installed Metasploit on Kali Linux.
The next thing I've tried to do was installing Zipalign on Kali Linux. This worked without any issues, but when I try to use any command like:
zipalign -v 4 android_shell.apk signed_jar.apk
or just type
zipalign
I get an error that says:
zipalign: symbol lookup error: /usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0: undefined symbol: _ZN11unwindstack12ElfInterfaceD2Ev
I've tried using:
sudo apt-get update sudo apt-get upgrade
and was able to run both commands without any issues but it didn't fix my problem. I also tried to reinstall Zipalign, also did not fix my issue.
I just installed Kali Linux and haven't really made any changes except downloading and installing Guest Additions...
Does any one know how to fix this problem? I am fairly new to Kali so please provided a detailed answer and let me know if you need any more information.
I've already asked this question but it was closed almost immediately because of missing details. I updated the question with every detail I can give to you but the question was still closed. So, I'm just trying again since I wasn't able to find an answer anywhere


The next thing I've tried to do was installing Zipalign on Kali Linux. This worked without any issues, but when I try to use any command like:
zipalign -v 4 android_shell.apk signed_jar.apk
or just type
zipalign
I get an error that says:
zipalign: symbol lookup error: /usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0: undefined symbol: _ZN11unwindstack12ElfInterfaceD2Ev
I've tried using:
sudo apt-get update sudo apt-get upgrade
and was able to run both commands without any issues but it didn't fix my problem. I also tried to reinstall Zipalign, also did not fix my issue.
I just installed Kali Linux and haven't really made any changes except downloading and installing Guest Additions...
Does any one know how to fix this problem? I am fairly new to Kali so please provided a detailed answer and let me know if you need any more information.
I've already asked this question but it was closed almost immediately because of missing details. I updated the question with every detail I can give to you but the question was still closed. So, I'm just trying again since I wasn't able to find an answer anywhere