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

Android Ndk : Problem For Call Of Java Method From C++ With Jni

I try to work on Android NDK, my first test are not very conclusive, I need for help because I don&… Read more Android Ndk : Problem For Call Of Java Method From C++ With Jni

Ndk And Opencv Setup In Android Studio

I imported the module 'OpenCV for Android' into Android Studio and I tried to implement my … Read more Ndk And Opencv Setup In Android Studio

Linking Libcutils To Native Executable

I want my executable to be able to call functions supported by libcuils - like property_get(...). I… Read more Linking Libcutils To Native Executable

Android Ndk R10d Error

I'm trying to compile some media library which uses some part of ffmpeg. I'm having followi… Read more Android Ndk R10d Error

Android Ndk Cannot Load Library: Reloc_library[1306]

Im developing an android app thats loading two shared libraries. One is external, its called libpca… Read more Android Ndk Cannot Load Library: Reloc_library[1306]

Android Studio Lldb Hangs When Debugging On Specific Device

I've been developing a native application (C++ with an android wrapper) and have been successfu… Read more Android Studio Lldb Hangs When Debugging On Specific Device

How Can I Use Tesseract In Android?

I have searched on the net for a couple of hours. I got many answers saying we need to use NDK, etc… Read more How Can I Use Tesseract In Android?

Execution Failed For ':app:ndkbuild'. Process 'command Ndk-build.cmd' Finished With Non-zero Exit Value 2

I have been stuck on this problem for 2 days and have tried out all possible solutions given on sta… Read more Execution Failed For ':app:ndkbuild'. Process 'command Ndk-build.cmd' Finished With Non-zero Exit Value 2

Android Ndk Assert.h Problems

First one - is what NDEBUG somehow already defined by default, so asserts don't work until you … Read more Android Ndk Assert.h Problems

How To Display Arabic Text And Numbers In Correct Format?

I want to display Arabic Text and symbols and numbers from RTL and in correct format on Android thr… Read more How To Display Arabic Text And Numbers In Correct Format?

Linking Libcutils To Native Executable

I want my executable to be able to call functions supported by libcuils - like property_get(...). I… Read more Linking Libcutils To Native Executable

SurfaceTexture/Surface Mapping With ANativeWindow

Given a GraphicBufferProducer I create a Surface and then retrieve ANativeWindow. Using ANativeWind… Read more SurfaceTexture/Surface Mapping With ANativeWindow

Could Not Build OpenCV Android Sample Project

I'm trying to build the OpenCV Android sample projects. I added the 'OpenCV Library - 2.4.8… Read more Could Not Build OpenCV Android Sample Project

Android - JNI NewObject() Does Not Save Values When Passing It To Java

I am using native code to create an object which I then pass as an argument to a method I call. Not… Read more Android - JNI NewObject() Does Not Save Values When Passing It To Java

C/C++ File On JNI Folder Filled With Errors

Background In the past, I've made a nice Android library (link here) that allows the developers… Read more C/C++ File On JNI Folder Filled With Errors

Android NDK: Missing LOCAL_MODULE Before Including BUILD_SHARED_LIBRARY

I'm trying to setup a test NDK project in Eclipse/ADT following this tutorial. I've created… Read more Android NDK: Missing LOCAL_MODULE Before Including BUILD_SHARED_LIBRARY

Android NDK Debugging: Armeabi-v7a Not Working

Eclipse / Cygwin NDK 8c Building a shared library I can't get gdbserver to start anymore after … Read more Android NDK Debugging: Armeabi-v7a Not Working

Stack Traces Stop Before Getting To My Code (on Android Using NDK)

I'm developing on Android 2.3.x using NDK r5b. Occasionally my code crashes and I'd like to… Read more Stack Traces Stop Before Getting To My Code (on Android Using NDK)

Error To Build Native Library From Android Studio 6.1

Category: Using NDK with Android studio on Windows 7 64-bit MyProject has MyNdkProject native code … Read more Error To Build Native Library From Android Studio 6.1

Android NDK/JNI: Building A Shared Library That Depends On Other Shared Libraries

I am writing an android app that wants to make JNI calls into a shared library built in using the N… Read more Android NDK/JNI: Building A Shared Library That Depends On Other Shared Libraries