将 busybox 推入 Android 模拟器
我已经下载了 mips android 的源代码并完成了“make”并让模拟器运行。我想将 busybox 推入模拟器中。我已经下载了静态编译的 busybox 二进制文件。我应该将其放置在哪个目录下?我应该如何将 busybox 推送到模拟器中?
I've downloaded the source for mips android and have done a "make" and got the emulator running. I want to push the busybox into the emulator. I've downloaded the static compiled busybox binary. Under which directory should I place this and what should I do to push the busybox into the emulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
\system\lib\su
和\system\app\superuser.apk
移动到您的adb
目录。\system\lib\su
and\system\app\superuser.apk
to youradb
directory.2023 年更新说明
从 https 下载与您的 AVD 图像架构匹配的 busybox 二进制文件://github.com/meefik/busybox/tree/master/app/src/main/_libs。例如,我将“arm64-v8a”目录下载到桌面。
执行以下命令(将镜像名称/设备名称替换为您自己的):
现在您可以在模拟器上使用 busybox:
Updated instructions for 2023
Download busybox binary matching your AVD image architecture from https://github.com/meefik/busybox/tree/master/app/src/main/_libs. For example I downloaded the "arm64-v8a" directory to my desktop.
Execute the following commands (replace image name / device name with your own):
Now you can use busybox on your emulator: