-
When I called VideoStream::readFrame(), this Fuction was called. And then, crash.
Android 4,4.4
How can I fix this?
-
```
I cannot start the application because It can't find the library fft_jni.
Within the folder "fft-jni" I have changed all the paths, but the problem still
exists. I am quite new at developing fo…
-
```
What steps will reproduce the problem?
1.
Edit int main(int argc,char **argv) to void start()
2.
Add a JNI function to call start().
JNIEXPORT jint JNICALL Java_com_vnc_start(JNIEnv *env, jobject…
-
```
Hello
I try to write a piece of code by using JNI, which convert poppler library into
java libary. I just can't work out covert Qimage into jobject. Could you give
me a hit? thanks
```
Origi…
-
Hi, I'm developing an iOS app using rtabmap 0.21.6.
I'm experiencing an issue where loading saved data takes excessively long. When I open the data, a "Loading" popup appears on the screen (Loading…
-
When I build my library project for the first time after cleaning the build, `build/outputs/aar/library-debug.aar` does **not** contain the JNI libraries. Only when building for a second time, the JNI…
-
```
Reported by:
Tumaini Kilimba
tkilimba@ihi.or.tz
Dear Sirs/Madam,
I am currently working on a form which does:
1. Ask if there are mosquito nets in the household (select1 question, YES/NO)
2. As…
-
```
Reported by:
Tumaini Kilimba
tkilimba@ihi.or.tz
Dear Sirs/Madam,
I am currently working on a form which does:
1. Ask if there are mosquito nets in the household (select1 question, YES/NO)
2. As…
-
```
11284-11284/am.locator.places W/dalvikvm: ReferenceTable overflow (max=1024)
07-22 13:32:50.195 11284-11284/am.locator.places W/dalvikvm: JNI pinned array
reference table (0x5bf3a0) dump:
07-22 …
-
Hi,
I think that we can have two main files for JNI.
I remember where i use it before in a project.
Android projects that use libraries like SDL2 already have `JNI_OnLoad`. See:
https://g…