收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
-
Updated
Sep 19, 2020
Add a description, image, and links to the ndk topic page so that developers can more easily learn about it.
To associate your repository with the ndk topic, visit your repo's landing page and select "manage topics."
A lot of crates use https://github.com/rust-lang/rust-bindgen to create bindings for C structures. The problem is current versions of bindgen don't provide correct target for invoked clang during cross-compilation. As a result
cargo-ndkcan't compile such crates.Here is workaround to set BINDGEN_EXTRA_CLANG_ARGS variable and provide target here. For example, BINDGEN_EXTRA_CLANG_ARGS="--t