编程Android模拟器

时间:2013-03-26 14:19:26

标签: android

有没有人知道android模拟器的启动过程?我可以在我的文件夹中找到一个system.img文件,我经常使用模拟器命令启动一个真正的模拟器。任何人都知道如何加载系统的模拟器命令。 img以及仿真器是如何制造的? 实际上,我想知道如何编程模拟器来自己加载android system.img。 非常感谢。

1 个答案:

答案 0 :(得分:0)

这是使用您自己的system.img启动AVD的命令

emulator -avd AVD_NAME -initdata userdata.img -ramdisk ramdisk.img -system system.img -sdcard ~/songs_for_music_app/Music_card.img

for source do git clone https://android.googlesource.com/platform/sdk 并按照Modifying Android emulator source code这个。

或者关注整个android源代码https://source.android.com/source/downloading.html