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?
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?