【发布时间】:2013-05-26 22:13:40
【问题描述】:
我已经为模拟器构建了 Android 源代码。我需要将 sdcard 添加到这个模拟器。
以下是我在第一次完整构建后使用的命令:
source build/envsetup.sh
lunch 1
mmm packages/apps/MyApp/
adb sync
adb remount
但是,我无法在 /mnt/sdcard 路径中看到模拟器
当我使用从Android源代码构建的模拟器(带有上述命令)时,我需要使用哪些步骤或命令来创建SD卡。
我已经被这个问题困扰了一段时间。非常感谢任何帮助。
【问题讨论】:
标签: android android-emulator android-sdcard