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

#### Description I noticed that some headers under `sysroot` are missing in Windows version. Digging deeper, I find that the root cause is that there are files in Linux version...

### Description For a while the NDK unintentionally included libclang (since it wasn't intentional, I'm not sure how long it was there). That was removed as part of https://github.com/android/ndk/issues/2010 to...

enhancement

In certain situations like F-Droid builds it is necessary to have a mapping of NDK codename (r26d) to revision (26.3.xxxxx), since sdkmanager from Android SDK does not know MDK codenames....

### Description https://android.googlesource.com/platform/ndk/+/refs/heads/main/tests/device/openmp/ and https://android.googlesource.com/platform/ndk/+/refs/heads/main/tests/device/openmp_shared/jni are both failing when I update to clang-r530567. There are four sub tests (two of which are identical aside from whether they use the static...

bug

### Description Android NDK r27 rc 2 produces invalid code for any target architecture when compiling with any nonzero optimization level. Bellow is attached minimized/striped sample that shows the problem...

bug

### Description Clang compiler for Arm (armv7) target fails to compile the following program: ./r27/bin/clang++ -I -fsanitize=address -c -o sample.o sample.cpp sample.cpp: ```` #include #include class MyClass { public: MyClass()...

bug

### Description Trying to build project with new NDK we got the following for each component: ``` -- The C compiler identification is Clang 18.0.1 -- The CXX compiler identification...

enhancement

### Description I'm getting the following error when trying to compile Numpy 2.0.0 for Android on macOS with NDK r26d. ``` fatal error: error in backend: Cannot select: 0x10ba8ace0: nxv4f32...

bug

### Description strip test1, but none stripped ``` LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := test1 LOCAL_SRC_FILES := test.c LOCAL_STRIP_MODE := --strip-all include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE := test2 LOCAL_SRC_FILES...

bug

### URL https://developer.android.google.cn/ndk/reference/group/font ### Problem There is no `ASystemFont_close()` function in the ndk font api. Should I use the `AFont_close()` ?

docs