Sample Header Ad - 728x90

How to load android binaries in Debian environment?

1 vote
1 answer
156 views
I am trying to run adbd from within a chrooted environment. I can run it fine with Android's LD_LIBRARY_PATH=$PWD ./linker64 $PWD/adbd. When I try to run ./adbd I get: bash: ./adbd: cannot execute: required file not found. Running with strace $PWD/adbd returns:
execve("/root/adbd", ["/root/adbd"], 0x7fcfe8dfd0 /* 8 vars */) = -1 ENOENT (No such file or directory)
strace: exec: No such file or directory
+++ exited with 1 +++
What dynamic linker is missing and on which path?
Asked by Bret Joseph (491 rep)
Jul 4, 2023, 03:44 PM
Last activity: Jul 26, 2024, 08:59 PM