I have been running into issues with my Android app closing (no errors or anything) when trying to execute the following code:
I have a Android NDK project in C++. Customers are complaining of intermittent, irreproducible glitches. I suspect a memory corruption bug somewhere. I already have a malloc barrier; now I want to che
How can I get the Wisth and Height of the GLSurfaceView I开发者_如何学运维 am currently render in, in pixels?may be this:
Can anyone give me any tips on getting GStreamer to work on Android. I have never used it before and I would like to use it with FFmpeg (I already have FFmpeg compiled and works fine on Android). I wo
I have a make file from an OpenCV port for Android. Since this project seems fairly dead, there haven\'t been any updates and the last supported NDK version is 4b. With this NDK version everything com
I am trying to开发者_开发问答 run Cocos2d-X sample project for android in mac using eclipse, How to install android NDK in mac, What is the Procedure to setup native code in NDK.
I wish to create (std::getline()) and manipulate UTF-16 strings in the Android NDK, so that I can pass them (relatively) painlessly back to Java for display. Currently, I\'m using C++0x, using the LOC
I am new to Android developing and curently I am playing arround with OpenGL ES 1 using the NDK. Unfortunetely I got a problem with the Coordinate system. In the official example, the following code i
Android开发者_如何学Go is supposed to support 3D audio via the OpenSL es API which is accesible via the NDK. That more or less works, I managed it to play sound via a created player and an output mix.
Is it somehow possible to use SQLite with C++ on an Android phone? I haven\'t found any docume开发者_运维问答ntation around how this could be possible.Just download the SQLite3 amalgamation source fil