From d69a37431d907027cb0652050d8e3b1aa80702cb Mon Sep 17 00:00:00 2001
From: wan201809 <53882753+wan201809@users.noreply.github.com>
Date: Thu, 10 Nov 2022 18:09:45 +0800
Subject: [PATCH] update installSimulator.md
---
docs/tutorial/run/installSimulator.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/docs/tutorial/run/installSimulator.md b/docs/tutorial/run/installSimulator.md
index ad56437b3..a6e6866ee 100644
--- a/docs/tutorial/run/installSimulator.md
+++ b/docs/tutorial/run/installSimulator.md
@@ -11,22 +11,21 @@ MacOSX,安装ios模拟器,需要先安装[xcode](https://developer.apple.com
xcode安装打开,按下快捷键`command+,`,打开`Preferences`窗口,如下图:
-![](https://hx.dcloud.net.cn/static/snapshots/tutorial/macosx/iosSimulator.jpg)
+
如上窗口,点击【Locations】,点击【Command Line Tools】
-![](https://hx.dcloud.net.cn/static/snapshots/tutorial/macosx/xcodeCommandLineTools.jpg)
+
## 运行App到iOS模拟器@run-app-ios-simulator
项目管理器,选中要运行的项目,点击工具栏 运行图标,如下图:
-![](https://hx.dcloud.net.cn/static/snapshots/app/app_ios_simulator.jpg)
-
+
运行app项目到iOS模拟器效果如下:
-![](https://hx.dcloud.net.cn/static/snapshots/app/app_ios_simulator_run.jpg)
+
## Android模拟器@android
@@ -36,14 +35,14 @@ xcode安装打开,按下快捷键`command+,`,打开`Preferences`窗口,如
android studio模拟器如下图所示:
-![](https://hx.dcloud.net.cn/static/snapshots/tutorial/macosx/androidSimulator.jpg)
+
## 运行App到Android模拟器@run-app-android-emulator
Android模拟器启动后,HBuilderX会将其识别为名称为`emulator-xxxx`的Android手机,其中的xxxx为模拟器的id如下图:
-![](https://hx.dcloud.net.cn/static/snapshots/app/Android-emulator.jpg)
+
运行app项目到android模拟器效果如下:
-![](https://hx.dcloud.net.cn/static/snapshots/app/Android-emulator-start.jpg)
\ No newline at end of file
+
\ No newline at end of file
--
GitLab