Skip to main content

New answers tagged

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({ ...
Rojo's user avatar
  • 1
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 = ...
brentfpage's user avatar
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 ...
Ciro Santilli OurBigBook.com's user avatar

Top 50 recent answers are included