Build App with NDK

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)

1 Like

You can give a try to this: GitHub - bbqsrc/cargo-ndk: Compile Rust projects against the Android NDK without hassle

1 Like