Open ndpm13 opened 1 month ago
The error is coming from the "reqwest" library. You can simply create an empty repository with openssl-sys = { version = "x", features = ["vendored"] }
and try to figure out why it can't build with cargo build --target armv7-linux-androideabi
I tried using this crate in a Tauri project but I couldn't build it for Android for some reason, the error was unclear and ridiculously long. Also the same project builds fine after removing the crate from
Cargo.toml
.System Info
OS: Artix Linux (OpenRC) Rust: Latest stable