android-ndk
How to fetch the current Location in every 1 min of interval?
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.[详细]
2023-04-09 09:14 分类:问答Crash when parsing protobuf message containing a string using C++ and Android NDK
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[详细]
2023-04-09 06:46 分类:问答Android NDK r6b Cross-compiling libfaac for android (linking libsupc++ problems)
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.[详细]
2023-04-09 04:34 分类:问答How to turn off Android phone programmatically?
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[详细]
2023-04-08 23:05 分类:问答Can I use glu with Android NDK
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).[详细]
2023-04-08 22:16 分类:问答How to specify current working path in jni
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[详细]
2023-04-08 12:03 分类:问答opencv android sample error
I\'m having trouble running pure native OpenCV app on Android sample that is described here. \"Tutorial 2 Advanced - 1. Add Native OpenCV\"[详细]
2023-04-08 06:55 分类:问答Android: add prebuild object files
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[详细]
2023-04-08 04:50 分类:问答what the alternative to native libmedia in Android 2.3
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 :[详细]
2023-04-08 02:45 分类:问答Android NDK and ALSA
Hello I have a library that is compil开发者_Go百科ed under the Android NDK. This library for audio uses ALSA.[详细]
2023-04-07 16:11 分类:问答