Is there a way to build the Rust app using ndk-build
I'm not sure, but why not just use what already exists? (Cargo-Apk)
You can give a try to this: GitHub - bbqsrc/cargo-ndk: Compile Rust projects against the Android NDK without hassle
Is there a way to build the Rust app using ndk-build
I'm not sure, but why not just use what already exists? (Cargo-Apk)
You can give a try to this: GitHub - bbqsrc/cargo-ndk: Compile Rust projects against the Android NDK without hassle