Top "Android-ndk" questions

The Android Native Development Kit (NDK) is a companion tool to the Android SDK that lets build performance-critical portions of apps in native code or port existing libraries in C/C++ to Android.

NDK integration in Android studio

Today I updated my android studio to 1.3 and I enter the NDK (android-ndk-r10e NDK version) path in local.properties (…

android android-studio android-ndk jetbrains-ide
Fingerprint Scanner using Camera

Working on fingerprint scanner using camera or without, its possibility and its success rate?, I came across one of open …

android sdk android-ndk camera fingerprint
Whats NDK (side-by-side) in android sdk?

There's a ndk (side-by-side) at . Is it needed to install or just need to install the ndk?

android android-ndk
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 …

android ocr android-ndk tesseract
How to simulate touch from background service with sendevent or other way?

Is it possible to simulate touch from the background application (or service) or to run sh script (that simulate touch)? …

android shell android-ndk android-service
Android ndk-build iostream: No such file or directory

I'm having problem with compiling cpp file using ndk-build tool (windows 7 with cygwin) Error appears when I try to compile …

android android-ndk cygwin iostream
How to use 32-bit native libraries on 64-bit Android device

I use a native library in my application that is only compiled for armeabi, armeabi-v7a and x86. When this …

android android-ndk ndk-build
More than one file was found with OS independent path 'lib/x86/libusb.so'

I am using libusb in my android application. When I am trying to build libusb native library then I get …

android c++ android-ndk libusb libusb-1.0
Endianness of Android NDK

I'm working with my new app which processed captured image from cellphone camera. My phone is Nexus S, 2.3.4. I create …

android android-ndk
Redirect stdout to logcat in Android NDK

I can't get my Nexus S (running Android 4.0) to redirect native stdout message to logcat. I've read that I need …

android android-ndk