android-ndk-r5
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.[详细]
2023-03-23 11:24 分类:问答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[详细]
2023-03-19 22:41 分类:问答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 t[详细]
2023-03-11 08:44 分类:问答stlport_shared.so not getting pushed onto the device
I am defining Application.开发者_Go百科mk APP_STL := stlport_shared When I run ndk-build which in turn producing file: stlport_shared.so in obj/local/armeabi/[详细]
2023-03-11 07:34 分类:问答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.[详细]
2023-03-11 05:41 分类:问答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 pull[详细]
2023-03-08 15:46 分类:问答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 don开发者_开发技巧e...[详细]
2023-03-05 09:44 分类:问答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:[详细]
2023-02-15 19:04 分类:问答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.[详细]
2023-02-14 04:23 分类:问答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.[详细]
2023-02-08 06:43 分类:问答