JoaoNeto99

Results 3 comments of JoaoNeto99

I had this problem because the audio path was wrong. When I fixed it, the listener worked fine.

Same issue crash with NDK Version : 28.0.12433566, 27.1.12297006 and 29.0.13846066. "react-native": "0.77.2", "react-native-vision-camera": "^4.7.0", Error: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__cxa_init_primary_exception" referenced by "/data/app/~~7emHGWugipEGowsR9woCAw==/com.softprime.i9PrimePonto-NSLg2tyH-0fFB2DS3voV-A==/base.apk!/lib/arm64-v8a/libVisionCamera.so"...

NDK Version : 27.1.12297006. "react-native": "0.77.2", "react-native-vision-camera": "^4.7.0" app/build.gradle externalNativeBuild { // For ndk-build, instead use the ndkBuild block. cmake { // Passes optional arguments to CMake. arguments "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON" }...