Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
4k views

How link with static boost libraries for android?

I have problem porting and linking the boost libraries to android using Android-ndk-r5b. I build boost libraries first (without mpi, python) using these steps: 1.commented line 53 in ...
5
votes
2answers
3k views

Can't include STL header files with Android NDK r5

I've got a very simplistic application: #include <vector> void android_main(struct android_app* state) { } When I build it, I get the following error: test/jni/main.c:14:18: error: ...
4
votes
2answers
3k 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 ...
3
votes
1answer
949 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 ...
3
votes
1answer
1k 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 ...
3
votes
0answers
279 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 ...
3
votes
2answers
2k views

configure does not recognize androideabi

I am trying to compile a library using android-ndk-r5 standalone toolchain and autotools. When doing a ./configure, it fails with: $ ./configure --host=arm-linux-androideabi ...snip... checking host ...
3
votes
1answer
726 views

Problems trying to build PocketSphinx for Android using NDK

I'm trying to build PocketSphinx for Android using the PocketSphinxAndroidDemo project. I've given up om my quest to build it using Cygwin and Windows and installed an Ubuntu VM. I'm making progress ...
2
votes
1answer
184 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! ...
1
vote
1answer
98 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 ...
1
vote
2answers
269 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
1answer
415 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
1answer
386 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 ...
1
vote
1answer
786 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 ...
1
vote
0answers
537 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
1answer
193 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 ...
1
vote
1answer
454 views

Plugin Development for Android 2.3

I am new to Android and using Android 2.3 . There is sample Browser plugin in the source code I am trying to build it but unable to do so. To compile plugin [ In README.txt ] run "make ...
0
votes
1answer
46 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) ...
0
votes
0answers
127 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. ...
0
votes
0answers
64 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 ...
0
votes
2answers
218 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 ...
0
votes
2answers
281 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
447 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 ...
0
votes
0answers
270 views

implementing native setPixel with Android NDK

I'm running into some trouble when I try to modify a bitmap in native C on Android using JNI. I've taken the bitmap-plasma as an example, however I can't get my implementation to work: on the java ...
0
votes
2answers
269 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 ...
0
votes
3answers
335 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/ ...
0
votes
0answers
632 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
157 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 ...
0
votes
2answers
379 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 ...
0
votes
0answers
138 views

muPDF build for android, can't show pdf file on device

Need help ! plz I have a Big problem. after build complete and run project on device. It have only UI button not show a PDF file. In LogCat : E 2 libmupdf Opening document E 2 ...
0
votes
1answer
615 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
605 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]: ...
0
votes
1answer
304 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 := ...
0
votes
0answers
420 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 ...
0
votes
3answers
1k 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
717 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: Marc-VERMANTs-MacBook-2:~ mvermant$ cd ...
0
votes
1answer
608 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
552 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?
0
votes
3answers
1k views

NDK build error

Hi I am new to Android NDK Development. MacBook-Pro:JNIexample sk$ ndk-build usage: dirname path gmake: /Users/sk/build/core/build-local.mk: No such file or directory gmake: *** No rule to make ...
0
votes
1answer
1k views

JNI_OnLoad not found

I started android application development and followed this tutorial: http://mindtherobot.com/blog/452/android-beginners-ndk-setup-step-by-step/ but the application didn't work. I debug it and the ...
0
votes
1answer
388 views

android nkd-r5b+pelyaSDL ./configure error: C compiler cannot create executables

I'm trying to compile Dosbox0.74 for Android with pelya's SDL port (https://github.com/pelya/commandergenius) using the new android-ndk-r5b. Unfortunately the Dosbox ./configure script fails with: ...
0
votes
2answers
1k views

Issue trying to build PocketSphinx for Android using the NDK on Windows with Cygwin

I'm currently trying to build the PocketSphinx library for Android using the NDK on Windows with Cygwin. I have the PocketSphinxAndroidDemo project code. I also have the pocketsphinx and shpinxbase ...
0
votes
1answer
404 views

Native functions throw UnsatisfiedLinkError in custom view, despite working in main activity

For some reason I can only call native functions from my main activity and not any custom views that I've created. Here is an example file (I followed a tutorial, but renamed the classes ...