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
I am trying to run the adb on Android but is giving the error:
/system/bin/sh: /system/bin/adb: No such file or directory
When I tracked it turns out that the current adb dynamically links to various libraries, pthread, rt, crypto and c. How can we solve that? How is it possible to make the final adb statically linked?
The text was updated successfully, but these errors were encountered:
Can I implement it by modifying android.mk? I really need your help
I wanted to compile the ARM-Linux ADB, but there was no tool chain. Or the tool chain could not be used, and then I compiled it, but linker was wrong, so I created the directory/system/bin/linker and /system/lib
I am trying to run the adb on Android but is giving the error:
/system/bin/sh: /system/bin/adb: No such file or directory
When I tracked it turns out that the current adb dynamically links to various libraries, pthread, rt, crypto and c. How can we solve that? How is it possible to make the final adb statically linked?
The text was updated successfully, but these errors were encountered: