I have implemented the Demo to show the current lat-long of the User. Now I am able to see the lat-long of the current Position.
I have two programs, both running on an Android 2.3.4 platform - one is a C++ binary in a daemon form, compiled with cmake, the other is a apk with jni part compiled with ndk-build. I\'m using android
I\'m trying to cross-compile libfaac to android for use with ffmpeg. I\'ve gotten ffmpeg cross-compiled but libfaac is giving me major headaches.
I want to make a lock screen application. When the phone is in the lock mode, it will turn off the phone while the USB is plugged for prevent other users from accessing the phone data. Does anyone kno
I can\'t seem to include glu.h in my Android NDK project. I\'m trying to port existing C++ code to NDK, and it uses glu in a few places (notably gluErrorString).
I have Java Android application (TestApp).From my TestApp I call function from jni code: JNIEXPORT jint JN开发者_C百科ICALL Java_com_app_test_testApp_CreateFile( JNIEnv* env, jobject thiz, jobject jc
I\'m having trouble running pure native OpenCV app on Android sample that is described here. \"Tutorial 2 Advanced - 1. Add Native OpenCV\"
I\'m building static library with ndk-4 and assembler coredumps on some of my assembly files. I used codesourcery assembler to create objects for these files. Now, I have no clue how to add these preb
i开发者_C百科 am using native code that uses libmedia.so and it was running fine in android 2.2 but when i tried it in 2.3.3 it got this error :
Hello I have a library that is compil开发者_Go百科ed under the Android NDK. This library for audio uses ALSA.