Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Ndk R5

Running Ndk-gdb With Package Not Found Error On Motorola Phone

I have a C++ Android application that I'm trying to debug with ndk-gdb. The application does u… Read more Running Ndk-gdb With Package Not Found Error On Motorola Phone

Including A Prebuilt Shared Object File In An Ndk Project

I am working on including a shared object file onto the Android OS image through the NDK project. T… Read more Including A Prebuilt Shared Object File In An Ndk Project