android-ndk-r4
App using NDK (native code) falls. How can i find out why?
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[详细]
2023-02-24 17:00 分类:问答Android GLSurfaceView.Renderer is Interrupting an Incomplete Touch Event
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.[详细]
2023-02-13 10:27 分类:问答Getting the signal 11 (SIGSEGV), fault addr deadbaad in Android
I am building a C\\C++ native application for android, trying to run it on android but I get the following error:[详细]
2023-02-10 03:29 分类:问答Android NDK incremental build
I\'m currently working 开发者_如何学Pythonon a large Android app using a massive amount of C++ code.[详细]
2023-01-28 01:58 分类:问答Android: Performances of Native/JNI code change from one phone to another
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.[详细]
2023-01-22 07:41 分类:问答JNI sources in the APK
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[详细]
2023-01-07 18:45 分类:问答Android-ndk with eclipse: How to force reinstallation of apk
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.[详细]
2023-01-07 05:09 分类:问答Getting hardware floating point with android NDK
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.[详细]
2023-01-02 16:08 分类:问答UItableView referencing sections from core data:
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:[详细]
2022-12-19 05:54 分类:问答