Android模拟器,动态更换sd卡

发布于 2025-01-08 00:08:46 字数 163 浏览 0 评论 0原文

有人知道动态更改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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抹茶夏天i‖ 2025-01-15 00:08:46

我不相信你能做到这一点。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文