150 字
1 分钟
明日方舟linux
2025-03-16

https://jedsek.xyz/posts/other/linux-arknights/

sudo docker run -d --privileged  \
  -v ~/vms/redroid11:/data   \
  -p 5555:5555  \
  --name redroid11   \
  redroid/redroid:11.0.0-latest   \
  androidboot.redroid_width=1920   \
  androidboot.redroid_height=1080   \
  androidboot.redroid_gpu_mode=host   \
  androidboot.redroid_dpi=480 \
  androidboot.redroid_fps=120  \
  androidboot.use_memfd=true

随后再打开另外一个终端, 输入如下内容:

adb connect localhost:5555
scrcpy -s localhost:5555 --audio-codec=raw --print-fps -b 2048m --audio-bit-rate=2048m

明日方舟官网 下载安卓版本的安装包, 然后:

adb install ~/Downloads/arknights-hg-2221.apk

在 scrcpy 的显示窗口中, 我们按住鼠标左键从下往上拉, 在 app-launcher 界面点击 明日方舟 即可打开游戏并进行下载

如果是 1920x1080 的分辨率, 你可能看不到 app-launcher, 所以可以更改分辨率, 比如改成 4k :

明日方舟linux
https://fuwari.vercel.app/posts/linux工具/manjaro/明日方舟linux/
作者
FlyingWhite
发布于
2025-03-16
许可协议
CC BY-NC-SA 4.0