我从源代码编译了Android,然后运行
$ emulator
emulator: WARNING: system partition size adjusted to match image file (1536 MB > 200 MB)
emulator: WARNING: data partition size adjusted to match image file (550 MB > 200 MB)
emulator: WARNING: Increasing RAM size to 1GB
emulator: UpdateChecker: skipped version check
我知道我可以使用emulator -memory
覆盖一次执行的内存大小,但是配置的内存大小是多少?配置在哪里?
我想一劳永逸地设置ramsize,大概是在配置文件中进行设置,以便每次运行emulator
时都不必添加-memory
选项。
我发现WORKING_DIRECTORY / out / target / product / generic_x86的文件为hardware-qemu.ini。该文件是由模拟器命令生成的,因此不是我所需要的。