The Android Native Development Kit enables users to call C/C++ code from their applications running in the Dalvik Virtual Machine. Use this tag only for questions relating specifically to revision 5 of the Android Native Development Kit. Otherwise, use [tag:android-ndk], and make sure to include ...

learn more… | top users | synonyms

-3
votes
0answers
19 views

easiest way to know Android NDK install is good [closed]

Just installed NDK on windows 7 machine, I have also done the setup for cygwin , this link here >>http://pielot.org/2010/12/09/using-cygwin-with-the-android-ndk-on-windows/ says that if you get that ...
0
votes
0answers
38 views

.So file for FFMPEG from NDK

I am not able to make .So file for FFMPEG from NDK . I Just Download a zip file from GitHub https://github.com/appunite/AndroidFFmpeg Then i used CYGWIN for using NDK commends for making .so file ...
0
votes
0answers
313 views

How to get video content from framebuffer (/dev/graphics/fb0)?

I am accessing (framebuffer) fb0 file from native code and successfully able to get image content with fb0. But if I play a video or open the camera, it gives me black screen. At that time if I ...
1
vote
2answers
211 views

How to use libusb.so library functions in C or JAVA coding after library is successfully loaded?

I am trying to use libusb.so How can I make use of libusb library in my android project. I have compiled libusb library for my android project using libusb source.Now I want to use the functions of ...
1
vote
0answers
120 views

Android NDK OpenCV - Invalid Arguments for substr

I want to user my c++ code in a android/opencv/ndk project. When I paste the files into the jni folder and open them, the compiler gives me invalid argument errors for functions like substr or fwrite. ...
1
vote
2answers
615 views

Android NDK: No rule to make target all and native method not found

I am using android NDK to use one c++ library in my application. When I run my application, I always got a error message which is java.lang.UnsatisfiedLinkError: Native method not found. I checked my ...
2
votes
1answer
110 views

what is standalone toolchain?

I am trying to understand what a standalone toolchain means. Following are my findings. A toolchain which is ready to use with all the configuration that is the system headers and libraries in the ...
0
votes
1answer
854 views

how to make executable(.exe) using arm-linux-androideabi-gcc?

I have one shared library ,Which written in c build using arm-linux-androideabi-gcc compiler now i want to test my shared library so i written one sample c which call that shared library(.so) and i ...
2
votes
0answers
673 views

Bambuser ffmpeg - “arm-linux-androideabi-gcc is unable to create an executable file.”

I know this may be possible duplicate of some questions. but answers for those threads are not helping me. I am trying to compile ffmpeg library for android using Bambuser's ffmpeg. I downloaded ...
0
votes
0answers
93 views

Ant debug error class loader error in Android

I have imported this source code for the Ogg stream decoder. I have downloaded the source code from the link, followed the ndk-build command and it builds successfully, but on ant debug it shows: ...
0
votes
1answer
497 views

Android NDK: Error while opening a File written to SD card using NDK + SDK android

I am new to android and iam trying to read a file from SD card using NDK and sending that read bytes to SDK and iam writing it to the SD card using SDK (for checking).. I could sucefully make a call ...
0
votes
0answers
289 views

Android NDK: Error While calling Java function From NDK (from C)

I am trying a simple Android Application which will call a Native Function (in my case loop()) which inturn call a Java function (callFromCPP()).. I had placed many log message in the Native side .. I ...
1
vote
1answer
162 views

How to build .apk file from mozilla fennec build instructions

I have tried to build Mozilla Fennec browser for Android. I have followed the instructions. It doesn't show any issue until the make instruction: make -f client.mk build_and_deploy It stops at ...
1
vote
2answers
1k views

Compile protobuf-2.4.1 code on NDK, version (android-ndk-r8-windows.)

Hi All I am trying to compile protobuf-2.4.1 code on NDK version (android-ndk-r8-windows.) I have set below: ...
1
vote
0answers
113 views

NDK on ARM-9 and ARM-11

From developer.android.com The latest release of the NDK supports the following instruction sets: ARMv5TE, including Thumb-1 instructions (see docs/CPU-ARCH-ABIS.html for more information) ...
-1
votes
1answer
196 views

How do you compile structs with member functions with Android NDK? [duplicate]

Possible Duplicate: “expected ':', ',', ';', '}' or 'attribute' before '{' token” in Struct member function Im compiling a C++ ...
2
votes
2answers
2k views

how to rewrite the Makefile into android.mk?

In my new project, I need to base on a c written project. And I know that I can use the NDK to do it, but here is a question: how to rewrite the standard Makefile into the Android.mk? And further ...
1
vote
0answers
298 views

Setting up Automatic NDK Builds in Eclipse do not work yet

i new to the ndk programming.And i wanna my eclipse in linux os can automatically build the the content of folder,jni into the folder,libs via ndk-build.And i follow the ...
0
votes
1answer
137 views

Invoke Java code from C++ crashes on Android

PS: Actually, this is working, I have another problem that I'll update this question soon. I has the following native code: JNIEXPORT void JNICALL Java_com_rmsdk_wrapper_RMServices_init(JNIEnv *env, ...
1
vote
1answer
1k views

including a prebuilt shared object file in an NDK project

Hi am working on including a shared object file onto the android OS image through the NDK project. the android.mk file looks like this LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) ...
1
vote
0answers
529 views

No Display Android OpenGL ES ndk

I am facing problem when I am trying to display an image using OpenGL ES in android ndk. What I am doing is reading RGB data of an bmp file of size 720x480 and trying to display on emulator. ...
1
vote
1answer
552 views

What is cause of this error in android app - Channel is unrecoverably broken and will be disposed

My android app continuously gets the channel broken error and this closes down app automatecally. On log only following two lines will be prited in red ERROR/InputDispatcher(2687): channel ...
1
vote
2answers
6k views

java.lang.ExceptionInInitializerError Caused by: java.lang.UnsatisfiedLinkError: Library not found

I have existing code in c and c++. I have added these c files and cpp files in Android.mk file. And I have successfully created the .so files named itv.so in my application. But now when I am trying ...
1
vote
1answer
224 views

Illegal assembly instructions on android: VLD2

I am trying to use an assembly optimized version of a third party library in an android application. Everything compiles and links fine, but I am crashing on a specific assembly instruction : vld2.8 ...
17
votes
5answers
6k views

where do I find old versions of NDK

Does anyone know where I can find older versions of the Android NDK? Our code doesn't build with r6. Surely there must be archived versions somewhere.
0
votes
1answer
2k views

Getting the 'LOGE' was not declared in this scope error in NDK

I am getting these errors when i am trying to compile my sample native (cpp) code in my machine. I am trying to compile the native code with the help of the NDK from the cygwin. I am getting the ...
2
votes
2answers
819 views

How to Read a Existing pdf file using the itextpdf.jar file in java/Android

I want to read a pdf file using Java/Android that is exist in my SD card.I imported the itextpdf5.1.1.jar file in the eclipse IDE.I am able to create a new file from an existing one.Below is my code, ...
1
vote
2answers
1k views

android external/stlport include in Android.mk build not successfull

I m trying to build an app with android-froyo source in which I am using skia and stl templates, I have included MY_INCLUDES=external/zlib external/jpeg external/freetype/include \ ...
1
vote
4answers
626 views

provide help for using Android NDK

I want to use android NDK in my project. So my question is, how to integrate and execute default sample project of hello-jni from android NDK ? Please provide me step by step solution on it ... I ...
1
vote
1answer
704 views

Can't call callback function from JNI

Problem Description In Android application I have class MainClass and in that class I have MainClass which have public function Callback which do some work. public class MainClass { public class ...
3
votes
1answer
356 views

Debugging JNI Code on my Nexus S

How can I debug JNI code on my device! I enable debugging and Im able to successfully set break points in Java and able to debug using Eclipse. But when it comes to my JNI C/C++ code I can't debug! ...
5
votes
1answer
2k views

UnsatisfiedLInkError Linking to FFMPEG with NDK

I compiled FFMPEG for android using bambuser's files. The compile runs fine. No errors. I also made sure to change the package name in build.sh. However, once I try to link to the files, the phone ...
0
votes
3answers
880 views

stlport_shared.so not getting pushed onto the device

I am defining Application.mk APP_STL := stlport_shared When I run ndk-build which in turn producing file: stlport_shared.so in obj/local/armeabi/ but it is not copying this file to libs/armeabi/ ...
6
votes
1answer
3k views

Android NDK r5b external build and supc++ link problem

I am attempting to cross-compile our C++ code base (using CMake) for the Android platform using the r5b NDK on Ubuntu 10.10. The compile phase succeeds, however during the final link phase for the .so ...
0
votes
0answers
1k views

Link path/ directory in arm-linux-androideabi-gcc

I am having a little strange problem here, tried to google it, but not yet found any solution. Not sure if I am looking in the right direction. I am running "ndk-build" under the android project ...
0
votes
1answer
205 views

Best Android Device for 3d Development

Im planning to port my iPhone Game to Android, since the Android Simulator does not support GLES v2, I need to purchase a device to port the game. What Im looking for is a device that have the ...
7
votes
6answers
7k views

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 use multiple threads, but supposedly r5 of the ndk supports multiple threads. Also, I'm not even getting ...
1
vote
2answers
673 views

C++ static const multiple declaration error in Eclipse for Android NDK

I've read the similar questions, but the one that answers mine applies only to VisualStudio. I am using Eclipse and developing an Android application using Cocos2d-X, which is a framework that uses ...
3
votes
1answer
3k views

Linking static libraries in android ndk

I'm trying to compile the nvfile library from http://developer.nvidia.com/tegra-resources, in the android ndk sample, libs folder. Anyway, as I don't really need the entire suite of libraries, I ...
0
votes
1answer
1k views

How to build muPDF for android (Need help)

i've been working on this for a while now but i'm still stuck. This is what i've done... Installed Eclipse Installed SDK, NDK Created a project from an existing source... which i browsed to ...
0
votes
1answer
1k views

Android NDK compilation error. No such file error for the file already there

Hi I want help to work with android NDK. I have set up my eclipse Helios to work with NDK with help of this tutorial. I am using windows. When trying to build I am shown this error make[1]: ...
10
votes
1answer
3k views

Android.mk vs Application.mk

I'm a little fuzzy about the use of Android.mk & Application.mk I've tried reading APPLICATION-MK.HTML & ANDROID-MK.HTML in the documentation that comes with NDK, but still confused about the ...
1
vote
2answers
662 views

Error building PocketSphinx Demo Project for Android with pocketsphinx_wrap.c

I have downloaded these 3 projects: PocketSphinxAndroidDemo pocketsphinx sphinxbase i have updated C:\android-ndk-r5b\samples\PocketSphinxAndroidDemo\jni\Android.mk file line 006: SPHINX_PATH := ...
4
votes
0answers
793 views

Error: Junk character at end of line, first unrecognized character valued 0x7F

I am a newbie to Android NDK, I am using android-ndk-r5 to build the Gearoid source code. After several warning of the following type warning: null characters ignored the assembler terminates with ...
0
votes
0answers
715 views

Undefined refrence with static libraries

I have 3 static libraries. I am trying to link them with a shared library, but am getting a whole load of of undefined refrences. It is probably important to mention the static libraries also dhave ...
1
vote
1answer
336 views

Sockets on Native Android Application?

i coded a native android executable in FPC that connects to my server and download weather information using sockets (connect/send/recv calls), works ok on my pc, and to run on android, i sent it to ...
0
votes
3answers
2k views

Android ndk build mysteriously failing under cygwin with “Error 126”

I have a JNI application built by ndk-build (using Android NDK r5b and cygwin make 3.81). The build usually works, by occasionally fails with: ... Compile++ thumb : components <= Component.cpp ...
0
votes
1answer
2k views

NDK - Error trying to generate a build.xml file for Hello-jni

I just installed Android NDK, r5b, and while trying to follow the steps from Exploring the hello-jni Sample, on the command line I receive the error: MacBook-2:~ mvermant$ cd ndk/samples/hello-jni ...
3
votes
2answers
1k views

Problems trying to build PocketSphinxAndroidDemo using NDK

I am trying to compile PocketSphinxAndroidDemo, which provides an example implementation of the CMU pocketsphinx speech recognizer on Android. I first received an error similar to the discussion here. ...
0
votes
1answer
1k views

access android external SD card from native code

I'm developing a native apk for android with NDK 5. My question is, how do I access to write and read from external SD card from native code?

1 2