You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks a lot for publishing this binaries.
If possible, can you add dexdump to Android 11 build-tools. I am trying to use this on on aarch64 linux. I have already tried using dexdump in Android 9 build folder, but that's giving the following error. I think it is built for Android phones?
-bash: ./dexdump: /system/bin/linker64: bad ELF interpreter: No such file or directory
I tried building myself, but getting the following error when running mmm /frameworks/base/tools. Don't know how to resolve it.
Hi @sriteja777, I am not sure this will work due to the different tool chain Android uses. Android uses bionic (C runtime) which won't work on Linux as far as I know. If you want dexdump for aarch64 Linux, you might want to try the one packaged in Debian distribution.
First of all, thanks a lot for publishing this binaries.
If possible, can you add dexdump to Android 11 build-tools. I am trying to use this on on aarch64 linux. I have already tried using
dexdump
in Android 9 build folder, but that's giving the following error. I think it is built for Android phones?I tried building myself, but getting the following error when running
mmm /frameworks/base/tools
. Don't know how to resolve it.The text was updated successfully, but these errors were encountered: