diff --git a/README.md b/README.md index 1d4a947..1e21c91 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ flutter devices # 根据设备 ID 启动 flutter emulators --launch +# create 模拟器 +flutter emulators --create --name test_phone --device "Pixel 4" +emulator -avd test_phone # 或直接运行,会自动选择已连接的设备 flutter run ```