bbqsrc / cargo-ndk

Compile Rust projects against the Android NDK without hassle
Apache License 2.0
712 stars 64 forks source link

Not an issue. Just a question if there is any version support NDK 21? #123

Closed nguyencse closed 1 year ago

nguyencse commented 1 year ago

For local development with hard version NDK is 22.1.7171670. Is there any version of this crate that support NDK below 23? If I use the latest version, it log NDK versions less than r23 are not supported. Install an up-to-date version of the NDK. But in my case, I would not be allow to upgrade. So, any suggestion?

nguyencse commented 1 year ago

Oh I got version 2.12.6 and it works. Thank you.