最近我得到了一款具有相当强大规格的新智能手机,所以我想在运行中随意使用Rust,我安装了Termux并尝试使用rustup-init。但是,这失败了:
info: syncing channel updates for 'stable-aarch64-linux-android'
info: latest update on 2017-08-31, rust version 1.20.0 (f3d6973f4 2017-08-27)
error: target not found: 'aarch64-linux-android'
$
还有另一种方法可以在Android上获得生锈环境吗?
答案 0 :(得分:3)
可悲的是,rustup不适用于android。
您可以使用Termux "its-pointless (live_the_dream)" community repository设置安装货物和rustc。
此外,如果您已经安装了防锈,rm .cargo
将删除存根(否则会干扰调用cargo
或rustc
)。