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
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
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
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 ;)
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:
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
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
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
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
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