How can I access the current Android activity class? I am using the necessitas framework (QT in Android). Basically, using the Android NDK an activity calls a QT application (.so). All runs fine. Now
I am following the steps on http://developer.android.com/sdk/ndk/overview.html to build the hello-jni sample, however when I get to Step 2 to run
The only documentation I have found is http://www.eclipse.org/sequoyah/documentation/native_debug.php
I have an NDK project that calls android_getCpuFeatures early on. This works 开发者_Go百科fine on all phones I tested, but on a Honeycomb tablet, it simply crashes (the Logcat doesn\'t have much infor
Is there any option to compile FFMPEG under the ARM (Android NDK) dynamically? (I found only articles about static compiling)
I am trying to implement OpenSL ES into a project of mine, but while doing so, I get a crash of my application. The error occurs when I try to realize an outputMixObject by calling it\'s realize metho
I found a traffic monitoring application for Android, Shark: http://sourceforge.net/projects/prueba-android/ which is based on JnetPcap and has a file with all the source files and the appropriate And
I would like to use the native decode开发者_开发百科r for a custom video player.The VideoView and MediaPlayer does not provide functionality that will support my requirements.
I have reached a point where realloc stops returning a pointer - I assume that there is a lack of space for the array to expand or be moved. The only problem is I really need that memory to exist or t
I have a Linux library that needs to be compiled under Android. I understand that should be used to build this program开发者_如何学编程: / home/user/android-ndk/build/prebuilt/linux-x86/arm-eabi-4.4.0