当前位置: 代码迷 >> 综合 >> android emulator install busybox
  详细解决方案

android emulator install busybox

热度:8   发布时间:2023-12-24 02:30:41.0

It took me several hours to figure this out. So painful.

https://busybox.net/downloads/binaries/1.21.1/   download the binary here.

Remount /system/xbin to writeable.

push busybox to /system/xbin

./busybox --install /system/xbin

  相关解决方案