We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i work with latest rust(bf98981). i try to run simple code on android-18 with ndk-r9
fn main() { println("hello"); }
but it failed with this message below
task '<main>' failed at 'Unhandled condition: io_error: rt::io::IoError{kind: IoUnavailable, desc: "I/O is unavailable", detail: None}'