Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
46 views

I am working on an Android project using the latest Sony camera remote SDK to control Sony camera, but I don't know how to use it and cannot find an example using Java in Android Studio. Any one can ...
George Chen's user avatar
-7 votes
0 answers
90 views

I'm working on a WPF software, using .NET 9 and a custom C/C++ DLL, which is responsible for creating a Java virtual machine, using JDK 17 with JNI version 1.8 or 10. I already got that working on a ...
WKuhnVXII's user avatar
4 votes
2 answers
195 views

My Java application is installed to another application's "test area", resulting in longer absolute file paths than usual. I can load native libraries from a short file path: System.load(&...
Basilevs's user avatar
  • 24.7k
5 votes
1 answer
65 views

I'm writing a demo Java app that interacts with libpq. For this, I'm using java.lang.foreing package. My problem is, I can easily pick up functions but not integer enum constants: System.load("...
Ivan Grishaev's user avatar
0 votes
0 answers
43 views

I am developing an Android application using Qt 6 (C++) and trying to open the system camera and save the captured image to device storage. The camera app opens correctly, the photo is taken, but the ...
Anri's user avatar
  • 31
0 votes
0 answers
111 views

I’m seeing a native crash (SIGABRT) on arm64-v8a devices in a React Native Android app on Android 15 and 16. The crash originates from libfbjni.so while executing facebook::jni::JNativeRunnable::run()....
Mitesh Pithadiya's user avatar
0 votes
0 answers
64 views

I am building a React Native (Android) application that connects to a Bluetooth LE fetal doppler device. The BLE connection works correctly and I receive live packets (0x71 command) that contain audio ...
Suraj Kumar's user avatar
0 votes
0 answers
76 views

I am not sure why this is happening so I am coming here to look for any sort of help I can get. Basically when recording any jack device such as firefox in my app it comes out as distorted. But it ...
HoosierTransfer's user avatar
3 votes
0 answers
151 views

I have a Java application that calls a native function. That native function contains a loop, and in each iteration it launches 10 threads and waits for them to complete. Each thread performs a number ...
Daniel Junglas's user avatar
6 votes
0 answers
465 views

In System.c, the JVM function corresponding to Java’s System.currentTimeMillis() is registered using RegisterNatives. In contrast, System.identityHashCode(Object) calls a JVM function directly based ...
YujiSoftware's user avatar
  • 1,777
0 votes
1 answer
75 views

gRPC service consistently fails with KVS Producer JNI “producer stream creation time out StatusCode: 0xf” about ~15s after “Creating Kinesis Video stream”. REST service (same repo, same JNI .so, same ...
OptimusPrime's user avatar
3 votes
1 answer
133 views

I have an old Java JAR file that depends on .so files (shared object libraries). I understand .so files are native libraries (written in C/C++), and the JAR uses JNI (Java Native Interface) or JNA to ...
IronMan's user avatar
  • 49
0 votes
0 answers
79 views

I'm trying to add the wasmtime c-api library to my app. But I'm getting the following error at runtime: java.lang.UnsatisfiedLinkError: dlopen failed: library "/Users/tufekoi/Repos/...
tufekoi's user avatar
  • 1,041
0 votes
0 answers
22 views

I am trying to integrate GStreamer via JNI into an existing Android Studio project. My Android.mk file looks like this: LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := rtsp-...
NotABot's user avatar
0 votes
0 answers
94 views

I'm trying to use Cronet on Android directly from my JNI / C++ layer, not through the Java API. I already have the cronet.so (from Play Services / build output). What I'm missing are the headers (like ...
HARRSH BERMANN's user avatar

15 30 50 per page
1
2 3 4 5
…
654