android-ndk
android-ndk Adding static libraries to the android.mk
I have three static libraries from a framework that I want to use in my proje开发者_StackOverflow中文版ct. These libraries are called libtinySAK_armv7-a.a, libtinyNET_armv7-a.a and libtinyHTTP_armv7-a[详细]
2023-04-11 03:27 分类:问答OpenGL ES texture origin differs from top/left to bottom/left on different phones
I\'m currently developing an NDK-based OpenGL ES 2.0 app. And i\'m loading textures using libjpeg flipping it vertically (as OpenGL standard says). It works fine on Samsung Galaxy SII, HTC Desire HD a[详细]
2023-04-11 02:51 分类:问答Making Android NDK apps with NativeActivity?
I know that in a normal NDK build, the C++ libraries are built and packed into an apk file. But how can I automate this in Eclipse? I have tried following http://mhandroid.wordpress.com/2011/01/23/usi[详细]
2023-04-11 02:42 分类:问答Creating an android.graphics.Bitmap from C++
I have some NDK based C++ code that needs to build an android bitmap object.I\'m sure there is a way to do this directly from the C++ code but its not the easiest of things to do ;)[详细]
2023-04-11 00:32 分类:问答Simplifying an Android.mk file which build multiple executables
I am building some hardware tests for Android.I have an Android.mk file which builds these executables one-by-one, using a block of makefile code for each, as shown below:[详细]
2023-04-10 21:26 分类:问答Fixing Eclipse errors when using Android NDK and std::vector
I\'m using eclipse to develop anandroid app that also uses the ndk. I vectors in my app and I\'ve done the necessary stuff to get them by including[详细]
2023-04-10 18:32 分类:问答Cygwin displays error messages in Hebrew and garbled
I have been using Cygwin to build my Android library using the NDK\'s ndk-build script and Cygwin\'s 开发者_StackOverflow中文版make tool. It started giving me errors with a bunch of Latin non-English[详细]
2023-04-10 16:28 分类:问答Native bitmap processing and ALPHA_8
I\'m trying to convert an image to grayscale through a native function, using a piece of code taken from Android in Action (2nd ed.; you can also see it here). Unfortunately, the returned bitmap objec[详细]
2023-04-10 15:25 分类:问答Android NDK setup in Ubuntu 10.10
Hi AllI am new to Android JNI. I have Ubuntu 10.10, android sdk, android-ndk-r6. All my path vaiables are set like platform-tools in sdk, android ndk path, java path etc. When I try to compile Hello-J[详细]
2023-04-10 12:49 分类:问答How do I prepare my .cpp files for the Android ndk to build them?
We currently have some image processing software written in c++ which is being used by our IOS application. I am trying to integrate this image processing code into the android project that I created[详细]
2023-04-10 12:34 分类:问答