13,542 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
57
views
Invalid character escape '\U' when trying to build NDK example in Android Studio
I've made a fresh install of Android Studio Otter 2 Feature Drop on Windows 10 and then installed the NDK and CMake using the SDK manager in Android Studio. However, I'm not able to build any of the ...
-1
votes
1
answer
22
views
Could NOT find LibLZMA when building android ndk
I'm following this document https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/llvm-r450784 to compile the NDK.
repo init --partial-clone --no-use-superproject -b llvm-toolchain -u ...
4
votes
3
answers
2k
views
An error occurred while preparing SDK package NDK (Side by side) 29.0.14206865: Not in GZIP format
An error occurred while preparing SDK package NDK (Side by side) 29.0.14206865: Not in GZIP format. While trying to test my application on an Android phone in Flutter, I encountered this error:
...
0
votes
0
answers
89
views
Android shared library build using NDK leads to loading failure
I'm working on a bluetooth library. This library is used by the service at runtime to talk to the controller.
The service binary is built in AOSP env with soong.
The library i have is generally logic ...
0
votes
1
answer
357
views
can’t install the NDK because the file keeps getting corrupted
Packages to install: - NDK (Side by side) 27.0.12077973 (ndk;27.0.12077973)
Preparing "Install NDK (Side by side) 27.0.12077973 v.27.0.12077973".
Downloading https://dl.google.com/android/...
0
votes
1
answer
78
views
Folder permissions failing even after requesting access was accepted
I've been beating my head against this problem for about a week with no visible path forward. For context I'm porting a C++ app to android NDK that has the requirement that it must save data in public ...
0
votes
1
answer
123
views
Why is the android build insisting on NDK version 27.0
In my android app, I included a very simple native c++ module. This needs now to comply to the new 16 KB Google Play compatibility requirement
As far as I understood, I need to upgrade to NDK-Version ...
0
votes
0
answers
90
views
mkottman/AndroLua: building from sources
I have a Lua integration inside my Android Application (basically printing to Bluetooth printer routines). I already has built .so libraries of AndroLua and it works fine. Recently Google sent a note ...
0
votes
1
answer
108
views
Cross-compiled executable for arm64: "No such file or directory"
I've cross-compiled an executable (AVR GCC) to run on Android arm64 device with aarch64-linux-gnu toolchain (not using Android NDK).
file avr-g++ gives the following in "adb shell":
file avr-...
1
vote
0
answers
43
views
How to determine exact format for YUV AImage in Android?
I'm working on VLC for Android.
It have Decoding Acceleration feature, which uses hardware for decoding and CPU for rendering.
I'm using AImageReader with AIMAGE_FORMAT_YUV_420_888 and MediaCodec ...
0
votes
1
answer
84
views
g++: error: unrecognized command-line option '-Qunused-arguments'
I'm cross compiling avr-gcc to run on android arm64 devices with crosstools-ng on Ubuntu. While compiling i'm getting "g++: error: unrecognized command-line option '-Qunused-arguments'" ...
0
votes
0
answers
175
views
Support 16-KB Page size enablement on app encountered .so unsupported issue
My project is need to support the 16-KB Page size enabled and tried to implement in the app. Could you indicate what are these libraries that might need to upgrade: or possible fix to upgrade the ...
1
vote
0
answers
1k
views
Google Play Console 16 KB memory page size requirement – Which React Native CLI versions support it and project setup steps?
I recently received a notice in my Play Console regarding the upcoming 16 KB memory page size requirement (screenshot attached).
"Your app must support 16 KB memory page sizes by November 1, 2025....
0
votes
0
answers
22
views
LOCAL_MODULE_FILENAME must not contain a file extension (Implementing GStreamer in Andriod Studio Project)
I am trying to integrate GStreamer via JNI into an existing Android Studio project.
My Android.mk file looks like this:
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := rtsp-...
3
votes
2
answers
1k
views
Flutter 16 KB image support
Flutter Android App: 16KB Memory Page Compatibility Issue
I got a Google warning saying:
The app must support 16kb memory page sizes.
I tested the app on an emulator that uses X86_64, which is ...