how to install busybox in android using adb
问题 I am trying to install busybox on an android emulator. I downloaded and compiled busybox and have the busybox binary on my pc. i then did adb push busybox /data/local/tmp then did adb shell , then #cd /data/local/tmp , then #chmod 777 busybox , then tried #./busybox --install it says busybox command not found. I also copied the file to /system/busybox . but ./busybox --install says busybox command not found . 回答1: First do adb push busybox /data/local/busybox to copy the busybox into the