Install:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Reload environme:
source ~/.cargo/env
Verify:
which rustc
/home/user/.cargo/bin/rustc
rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
FAILURE: Build completed with 4 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':file_operations:cargoBuildArm'.
> A problem occurred starting process 'command 'rustc''
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':file_operations:cargoBuildArm'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:130)
at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)...