所以我使用这个Android emulator
从命令行开始我的command
:
%ANDROID_HOME%\emulator\emulator.exe -avd Pixel_XL_API_27
当我想停止我使用这个command
:
adb -e emu kill
所以在这个命令之后我有window message
:
任何禁用此message
>的选项
添加-no-snapshot-save
参数将禁用快照。
您可以查看https://developer.android.com/studio/run/emulator-commandline#startup-options提供的其他参数