ndk icon indicating copy to clipboard operation
ndk copied to clipboard

The Android Native Development Kit

Results 133 ndk issues
Sort by recently updated
recently updated
newest added
trafficstars

### Description https://godbolt.org/z/3cd8nYMh5 ### Upstream bug llvm/llvm-project#88400 ### Commit to cherry-pick https://github.com/llvm/llvm-project/commit/487967af82053cd08022635a2ff768385d936c80 ### Affected versions r26, Canary ### Canary version 28.0.11699160 ### Host OS Linux, Mac, Windows ### Host OS...

bug

I recently tried building the llbuild C++ project on Android in the Termux app with the Swift package manager, which adds `-fmodules` by default. While compiling llbuild like this works...

enhancement

### Description Getting this with `-fsanitize=memory`: ``` ld.lld: error: cannot open /toolchains/llvm/prebuilt/linux-x86_64/lib/clang/17/lib/linux/libclang_rt.msan-aarch64-android.a: No such file or directory ``` Not sure if it is bug or conscious choice for r26, so...

enhancement

### Description The latest NDK r27 beta 1 (27.0.11718014-beta1) has Vulkan headers updated to 275. [FFmpeg](https://ffmpeg.org/) - a popular solution for working with media content - has Vulkan integration. However,...

enhancement

### Description PoC: https://github.com/yujincheng08/ndkPoC When we run `buildCMakeRelWithDebInfo` it raises the error while running `buildCmakeDebug` it compiles. However, the upstream does work: https://godbolt.org/z/MMfq84rcK Error message: ``` Execution failed for task...

bug

### Description ``` error: 'ALooper_pollAll' is unavailable: obsoleted in Android 1 45 | if (ALooper_pollAll(IsVulkanReady() ? 1 : 0, nullptr, | ^ usr/include/android/looper.h:216:5: note: 'ALooper_pollAll' has been explicitly marked unavailable...

enhancement

### Description When I try the ci version (see https://ci.android.com/builds/submitted/11617993/win64/latest) of NDK, it crashes on my project. See https://github.com/llvm/llvm-project/issues/86769 ### Upstream bug https://github.com/llvm/llvm-project/issues/86769 ### Commit to cherry-pick https://github.com/llvm/llvm-project/commit/0f6ed4c394fd8f843029f6919230bf8df8618529 ### Affected...

bug

### Description I am curious about how LLVM toolchain distributed with NDK are built and find some potential improvements in current versions (r26.2/r487747e and r28/r522817): 1. [Plugin support in Clang...

enhancement

### Description I maintain the [Rust `ndk` and `ndk-sys` crates](https://github.com/rust-mobile/ndk), and they rely on `bindgen` to parse _C_ headers. Unfortunately, while attempting to generate these for [the font headers](https://github.com/rust-mobile/ndk/pull/397) and...

bug
rust

### Description 32-bit x86 has dropped to a _very_ small number of active devices, and Studio is no longer shipping new emulator images for that ABI, so that ABI can't...