在 AVD 上运行自定义 ROM
有谁知道是否可以在 AVD 上运行自定义 ROM? 我该怎么做? 谢谢
Does anyone know if this it is possible to run a Custom ROM on a AVD?
ANd how can I do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您自己构建自定义 ROM,则在构建自定义 ROM 后,您可以使用命令
emulator
启动它。但要做到这一点,您首先需要为模拟器构建 ROM(通常是full-generic
午餐选项)。如果没有,您可以复制必要的图像并使用模拟器命令运行它们。例如,我通常将 .sh 脚本复制到 Android 源文件夹中并运行此脚本:If you build a custom rom by yourself, after you've built a custom rom you can launch it with the command
emulator
. But to do this you need at first to build your rom for emulator (usually,full-generic
lunch option). If not you can just copy necessary images and also run them usingemulator
command. For instance, I usually copy .sh script in the folder with Android sources and run this script: