Android模拟器,动态更换sd卡
有人知道动态更改avd中的sd卡的方法吗?
emulator -avd avd_8 -sdcard /TMP/sdcard1.img
命令行启动 avd 的新实例。我需要在正在运行的 avd 上做一些事情
问候,
加利姆
does anybody know a way to change sd cards in avd dynamically?
emulator -avd avd_8 -sdcard /TMP/sdcard1.img
the command line starts a new instance of the avd. I need to do the stuff on the running avd
Regards,
Galym
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信你能做到这一点。
SDCard 在启动时安装。物理设备具有硬件传感器来检测 SD 卡的插入/移除,而 AVD 可能无法处理。
我还没有尝试过这一点,但您可能可以首先在模拟器的 Android 主菜单中卸载 SD 卡,然后使用 avd 命令重新安装另一张卡。
I don't believe you can do this.
The SDCard mounts on boot. Physical devices have hardware sensors to detect insertion/removal of an SD card, which the AVD presumably cannot handle.
I haven't tried this, but you might be able to first unmount the SD card in the Android main menu on the emulator, and then use the avd command to remount a different one.