remote-android远程安卓项目

# 推荐使用reppium/redroid11-nb-gapps,安装了兼容性程序,可直接运行arm软件
docker run -itd --privileged \
    -p 5556:5555 \
    --name=redroid11nb \
    reppium/redroid11-nb-gapps:latest


# 运行
# docker pull o9q4q7d2.mirror.aliyuncs.com/redroid/redroid:11.0.0-latest
# 其他版本 arm容器使用arm版本
9.0.0-latest
9.0.0-arm64
10.0.0-arm64
12.0.0-arm64
9.0.0-amd64



adb -s 192.168.1.20:5556 shell wm size 720x1280
adb -s 192.168.1.20:5556 shell wm density 320
adb -s 192.168.1.20:5556 shell wm density
  • scrcpy连接

nix-shell -p scrcpy
adb connect localhost:5556
scrcpy -s localhost:5556
  • 作为下载器的话还是安装novnc虚拟机的版本,上面的版本不支持阿里云盘….

# https://github.com/budtmo/docker-android
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android:emulator_14.0