-2

Getting this error while using zipalign

zipalign: symbol lookup error: /usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0: undefined symbol: _ZN11unwindstack12ElfInterfaceD2Ev

1 Answers1

2

Remove this file "/usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0" and replace it with a new one from "https://packages.debian.org/buster/android-libbacktrace"

Choose right architecture then download it and open the fie location.

Best Regards

Q8Falcon
  • 21
  • 1