Building on Android (Extra Post) #1020
Replies: 4 comments 2 replies
-
These packages ( pkg install rustc cargo rustc-nightly ) are not available. |
Beta Was this translation helpful? Give feedback.
-
I think you need to do |
Beta Was this translation helpful? Give feedback.
-
You could use qemu's -vnc argument, to display the screen on a vnc server, wich you can then watch from the vncviewer app at localhost |
Beta Was this translation helpful? Give feedback.
-
As of now, you don't need to add its-pointless community repository to use Rust nightly on Termux as it's now available in the Termux official repository itself. You also don't need to download Rust nightly source code from its-pointless since it's also a Termux package. pkg update
pkg install rustc-nightly rust-src-nightly |
Beta Was this translation helpful? Give feedback.
-
This is a general purpose comment thread for the Building on Android extra post.
Beta Was this translation helpful? Give feedback.
All reactions