From 5d7eae474caee5cb75d802ce82a703d7275c9016 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 2 Aug 2025 15:42:28 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=AE=89=E5=8D=93?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E5=AE=89=E8=A3=85apk=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/guide/docker/docker_android.md | 8 +++++++- docs/guide/docker/docker_android.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/en/guide/docker/docker_android.md b/docs/en/guide/docker/docker_android.md index 88fe82c99c..446b030ceb 100644 --- a/docs/en/guide/docker/docker_android.md +++ b/docs/en/guide/docker/docker_android.md @@ -54,4 +54,10 @@ rm -rf /etc/nginx/sites-enabled/reverse-proxy rm -rf /etc/nginx/sites-available/reverse-proxy rm -rf /etc/nginx/passwd_scrcpy_web rm -rf /root/android_info -``` \ No newline at end of file +``` + +## Install the APK file + +Click ```list files``` to open the file directory, switch to the ```/storage/emulated/0/Download``` directory, drag and drop the ```apk``` into it to install it, and wait for the progress to finish running, and the apk will be uploaded to the Android container. + +At this point, go back to the Android interface, open the file manager, it will show the file you just uploaded, click on it to install. \ No newline at end of file diff --git a/docs/guide/docker/docker_android.md b/docs/guide/docker/docker_android.md index 01653600e3..9f70e236c4 100644 --- a/docs/guide/docker/docker_android.md +++ b/docs/guide/docker/docker_android.md @@ -62,3 +62,9 @@ rm -rf /etc/nginx/sites-available/reverse-proxy rm -rf /etc/nginx/passwd_scrcpy_web rm -rf /root/android_info ``` + +## 安装APK文件 + +点击```list files```打开文件目录,切换到```/storage/emulated/0/Download```目录,把```apk```拖拽进来进行安装,等待进度跑完,apk就上传到安卓容器里面了。 + +此时回到安卓的界面,打开文件管理器,就会显示你刚上传的文件,点击后可进行安装。 \ No newline at end of file