1

The emulator provides a default user-data disk image. At startup, the emulator creates the default image as a copy of the system user-data image (user-data.img), described above. The emulator stores the new image with the files of the active AVD.

from:http://androidappdocs.appspot.com/guide/developing/tools/emulator.html

1)What does the default images mean?(userdata.img?)
2)What does the system user-data image mean?(userdata-qemu.img?)

4

1 回答 1

1

默认图像,system.imguserdata.img您的 SDK 安装中的相关平台文件夹复制。

$ANDROID_HOME/platforms/android-8/images例如,如果您创建了一个 Android 2.2 模拟器,则将从中复制这两个图像文件。

system.img/system分区——操作系统和预装的应用程序,而user-data.img包括一些非系统应用程序。

于 2010-06-16T08:57:03.550 回答