test
This commit is contained in:
@@ -14,6 +14,9 @@ flutter devices
|
|||||||
# 根据设备 ID 启动
|
# 根据设备 ID 启动
|
||||||
flutter emulators --launch <emulator_id>
|
flutter emulators --launch <emulator_id>
|
||||||
|
|
||||||
|
# create 模拟器
|
||||||
|
flutter emulators --create --name test_phone --device "Pixel 4"
|
||||||
|
emulator -avd test_phone
|
||||||
# 或直接运行,会自动选择已连接的设备
|
# 或直接运行,会自动选择已连接的设备
|
||||||
flutter run
|
flutter run
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user