New answers tagged android-ndk
0 votes
expo run:androind ndk version cannot be changed
import { withGradleProperties } from '@expo/config-plugins'; const withNdkVersion = (config) => { return withGradleProperties(config, (config) => { config.modResults.push({ ...
0 votes
Android NDK: Why is AAssetManager_open returning NULL
In my case, I first called AAssetManager * mgr = AAssetManager_fromJava(env, global_asset_manager); AAssetDir* assetDir = AAssetManager_openDir(mgr, "font"); const char * filename = ...
0 votes
Building ndk (ndk-r10b) samples on ubuntu
I managed to build https://github.com/android/ndk-samples/commit/988d73bed0fd3dd362d8041a34f958be76769773 on Ubuntu 24.04 + Android Studio 2025.2.3. Each error message was Googleable, but here's a ...
Top 50 recent answers are included
Related Tags
android-ndk × 13534android × 10930
c++ × 2955
java-native-interface × 1862
java × 1267
android-studio × 959
c × 946
cmake × 609
opencv × 603
eclipse × 522
ffmpeg × 416
gradle × 374
opengl-es × 361
ndk-build × 303
android-gradle-plugin × 296
shared-libraries × 284
linux × 270
makefile × 266
native × 195
cocos2d-x × 189
gcc × 185
debugging × 175
arm × 174
cross-compiling × 156
openssl × 147