My app is using NDK (4r-crystax in my case) to proccess images from a camera. Problem is, it falls after few minutes of work. I guess there can be some开发者_Go百科 memory leaks or something like that
This is a problem I\'ve been having for a while and I\'m hoping someone here might be able to shed some light on it.
I am building a C\\C++ native application for android, trying to run it on android but I get the following error:
I\'m currently working 开发者_如何学Pythonon a large Android app using a massive amount of C++ code.
Hi all I\'m having an problem with my JNI library. The execution time of the same code changes from one phone to the other.
I have an Android project with an NDK/JNI library in Ec开发者_运维百科lipse Ganymede. Inexplicably, the bin folder contains a copy of all my C++ sources from the jni folder. So does the APK, if you re
I\'m developing a library in c++ using the android NDK. Actually i created my project in android with both java and c++ sources. I can compile and run my project and all works fine.
I\'ve begun playing with the android NDK.One of the things I\'ve just learnt is about creatingan application.mk file to specify the armv7 abi.
I am saving some data the user inputs into a data file using SQLITE, I am saving date, time, reading, and a note, as the following: