简体   繁体   English

Android模拟器中的外部SDCard

[英]External SDCard in Android emulator

How could I simulate an external SDCard in Android Emulator (/sd-ext mounted on /mnt/sdcard2 ) ? 如何在Android Emulator(/ mnt / sdcard2上安装了/ sd-ext)中模拟外部SDCard?

I'm able to define and use an internal SDCard (by emulator.exe -sdcard sdcard.img, mounted on /mnt/sdcard) but I need to simulate a device (Olivetti Olipad) that mount 2 SDs. 我能够定义和使用内部SDCard(通过emulator.exe -sdcard sdcard.img,安装在/ mnt / sdcard上),但是我需要模拟一个安装2个SD的设备(Olivetti Olipad)。 I think there are some devices like this so could be a common problem I suppose. 我认为有些设备是这样的,所以我认为这可能是一个常见问题。

Alberto 阿尔贝托

The way it works on samsungs s1 is simply a folder on the internal sd card which sends you to the external sd card. 它在三星s1上的工作方式只是内部sd卡上的一个文件夹,它将您发送到外部sd卡。 so you could simulate it by creating this folder. 因此您可以通过创建此文件夹来模拟它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM