android-ndk-r5 Questions

3

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 A...
Mahoney asked 21/9, 2012 at 6:52

3

Solved

As of the Android L NDK, __system_property_get is removed (https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/keQP6L9aVyU). Is there another API in the Android L NDK to access ...
Innings asked 3/11, 2014 at 19:55

2

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...
Armorial asked 6/11, 2012 at 8:33

11

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.
Kellene asked 27/7, 2011 at 19:18

7

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 ta...
Eskew asked 8/2, 2011 at 20:35

7

Solved

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...
Alfons asked 28/5, 2011 at 0:47

1

Solved

I am trying to build the tutorials that are bundled with gstreamer-sdk-android-arm-debug-2013.6. The Android.mk file in the src/jni directory (tutorial 1 project) references environment variables s...
Mullane asked 17/12, 2014 at 16:29

2

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 ...
Sweettalk asked 29/4, 2011 at 18:33

1

I have an VOIP application and the engine part is C(NDK) Level.On random usage of application i end with an ANR pointing to " at android.os.MessageQueue.nativePollOnce(Native Method)". Using androi...

3

Solved

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 h...
Mcfarlin asked 4/1, 2011 at 14:35

2

Solved

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 m...
Balloon asked 6/4, 2012 at 7:51

2

Solved

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 progres...
Lumberyard asked 22/12, 2010 at 2:15

2

Solved

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 he...
Danyluk asked 2/3, 2011 at 15:30

1

Solved

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...
Radiotherapy asked 8/6, 2011 at 4:33

1

Solved

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 ...
Cellist asked 3/6, 2011 at 7:22

1

Solved

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 pu...
Beer asked 25/5, 2011 at 0:37

2

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 boost_1_46_0\...
Suzysuzzy asked 25/2, 2011 at 15:39

2

Solved

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: ve...
Tmesis asked 16/12, 2010 at 17:46
1

© 2022 - 2024 — McMap. All rights reserved.