我已经下载了termux包,并尝试构建名为build-all.sh的sh文件。但是我得到了这些错误。
Using existing buildorder file: /data/data/com.termux/files/home/.termux-build/_buildall-aarch64/buildorder.txt Building libandroid-support... ERROR: See /data/data/com.termux/files/home/.termux-build/_buildall-aarch64/libandroid-support.err
在termux文件夹中,我有他们提到的两个文件。我不明白这个错误是什么。你们能帮帮我吗..
发布于 2019-01-12 04:46:31
尝试在引用的文件中查找:
cat /data/data/com.termux/files/home/.termux-build/_buildall-aarch64/libandroid-support.err请注意,不支持在设备上构建(在Termux内部),您需要一台计算机,并且可能应该使用项目自述文件中描述的Docker镜像。
https://stackoverflow.com/questions/54090416
复制相似问题