From 0ea6d7cc2dff25fe2eaa08b352557cc53a7ac84b Mon Sep 17 00:00:00 2001 From: didi <2020201387@ruc.edu.cn> Date: Tue, 2 Apr 2024 12:51:49 +0800 Subject: [PATCH] Update link --- metagpt/ext/android_assistant/README.md | 2 +- metagpt/ext/android_assistant/README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metagpt/ext/android_assistant/README.md b/metagpt/ext/android_assistant/README.md index 610f7f895..f2668490a 100644 --- a/metagpt/ext/android_assistant/README.md +++ b/metagpt/ext/android_assistant/README.md @@ -53,7 +53,7 @@ ## Installation To use the Android Assistant, you first need to meet the following conditions: 1. Complete the installation of the MetaGPT environment. 2. Install [Android Debug Bridge (ADB)](https://developer.android.com/tools/adb?hl=zh-cn) on your PC, which enables interaction between your PC and Android devices. -3. Install Android Studio and within it, install the Android emulator to provide an environment for the Android Assistant to learn and execute. For information on how to install the Android emulator, refer to [Quick Installation of Android Studio & Simulator](https://dev.weixin.qq.com/docs/framework/dev/framework/env/android-simulator.html). +3. Install Android Studio and within it, install the Android emulator to provide an environment for the Android Assistant to learn and execute. For information on how to install the Android emulator, refer to [Quick Installation of Android Studio & Emulator](https://docs.expo.dev/workflow/android-studio-emulator/). 4. (Optional) Connect your Android device to the USB port of your PC, which can also provide an environment for the Android Assistant to learn and execute. Note ⚠️: When operating with the Android emulator, the emulator model we use is Medium Phone, which is recommended for first-time users to complete the operation. diff --git a/metagpt/ext/android_assistant/README_CN.md b/metagpt/ext/android_assistant/README_CN.md index 46bc381d7..70b6b5388 100644 --- a/metagpt/ext/android_assistant/README_CN.md +++ b/metagpt/ext/android_assistant/README_CN.md @@ -54,7 +54,7 @@ ## 安装 为了使用安卓助理,你首先需要满足以下条件: 1. 完成MetaGPT环境的安装 2. 在你的PC上安装[Android Debug Bridge(ADB)](https://developer.android.com/tools/adb?hl=zh-cn),ADB可以使你的PC与安卓设备进行交互。 -3. 安装Android Studio,在其中安装Android模拟器,以为安卓助手提供学习与执行的环境。关于如何安装Android模拟器,可以参考[快速安装Android Studio & Simulator](https://dev.weixin.qq.com/docs/framework/dev/framework/env/android-simulator.html)。 +3. 安装Android Studio,在其中安装Android模拟器,以为安卓助手提供学习与执行的环境。关于如何安装Android模拟器,可以参考[快速安装Android Studio & Emulator](https://dev.weixin.qq.com/docs/framework/dev/framework/env/android-simulator.html)。 4. (Optional) 将你的安卓设备连接到PC的USB端口上,这同样可以为安卓助手提供学习与执行的环境。 注意 ⚠️:在使用Android模拟器进行操作时,我们使用的模拟器型号为Medium Phone,建议第一次尝试此类应用的用户使用这一型号完成操作。