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 There was an API breaking change that was suddenly introduced at NDK 21.3..6528147, and to make it worse, this breaks ANY native binder service implementation derived from BnCInterface...

bug

https://github.com/android-ndk/ndk/issues/748#issuecomment-411862124 had this: > I agree with the first suggestion to use the -f*-sections only for the static library. > > As for the defaults, I don't think -fdata-sections is...

As https://github.com/android-ndk/ndk/issues/477 (and others) have shown, our diagnostics for missing functions can be confusing. `__attribute__((availability))` should mean we get better diagnostics, but since we need to `#ifdef` things out to...

headers
clang

### URL new page, probably ### Problem Forking from the bazel thread. I don't think we have such a thing, but probably should. >> Unless you're talking about _extremelely_ old...

docs

### Description From Marijn at Traverse Research: It looks like the NDK switched to Python 3 in r25, but one of the scripts still references unicode and fails on ndk-gdb...

bug

### Description I was fairly certain we already had this test, but we should verify this so that we don't have problems like https://github.com/android/ndk/issues/1739 again

enhancement

### Description Native breakpoints no longer seem to be working on certain devices. For example, Samsung Galaxy S20 FE, LG G6 running Android 12 and 11 respectively. When launching a...

bug

After reading this blog: https://security.googleblog.com/2021/04/rust-in-android-platform.html on Android Platform adopting Rust I wonder if there are any ideas to add Rust support to the NDK (like including a compiler). I never...

enhancement

### Description We've been doing this for new APIs, but we should go through all the old APIs and make sure that enums have backing types and are used explicitly...

enhancement

At WWDC 2020, [Apple announced][0] that macOS will be migrating to "Apple Silicon" over the next couple of years. While [Rosetta 2](https://developer.apple.com/documentation/apple_silicon/about_the_rosetta_translation_environment) will exist as an immediate solution to allow...

enhancement