Android使用termux模拟Linux环境

0

最近研究怎么在Android上面运行SpringBoot项目,发现使用termux可以模拟Linux环境。

参考地址:

https://github.com/termux/termux-app/releases
https://mirrors.tuna.tsinghua.edu.cn/help/termux/

安装SSH

# 查看IP
ifconfig
# 安装服务
pkg install openssh
# 查看账号
whoami
# 设置密码
passwd
# 启动服务
sshd
# 查看端口(需要root权限)
netstat -alt

默认ssh端口8022

JDK11

下载默认JDK版本17,其他版本下载:

https://github.com/Hax4us/java
https://github.com/hfib/openjdk11-termux
https://github.com/xiliuya/openjdk11-termux
https://github.com/SHivnaTH13/Termux-OpenJDK
https://github.com/Lzhiyong/termux-ndk/releases
https://github.com/suhan-paradkar/java-in-termux