Skip to content

Commit 5d7eae4

Browse files
committed
fix: 添加安卓容器安装apk文件的说明
1 parent 408b04f commit 5d7eae4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/en/guide/docker/docker_android.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,10 @@ rm -rf /etc/nginx/sites-enabled/reverse-proxy
5454
rm -rf /etc/nginx/sites-available/reverse-proxy
5555
rm -rf /etc/nginx/passwd_scrcpy_web
5656
rm -rf /root/android_info
57-
```
57+
```
58+
59+
## Install the APK file
60+
61+
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.
62+
63+
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.

docs/guide/docker/docker_android.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ rm -rf /etc/nginx/sites-available/reverse-proxy
6262
rm -rf /etc/nginx/passwd_scrcpy_web
6363
rm -rf /root/android_info
6464
```
65+
66+
## 安装APK文件
67+
68+
点击```list files```打开文件目录,切换到```/storage/emulated/0/Download```目录,把```apk```拖拽进来进行安装,等待进度跑完,apk就上传到安卓容器里面了。
69+
70+
此时回到安卓的界面,打开文件管理器,就会显示你刚上传的文件,点击后可进行安装。

0 commit comments

Comments
 (0)