You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same error as: #1373 but it doesn't seem to have an answer, so just want to create another ticket to see if anyone has a solution for this.
While trying to build android app, had the following error
> Task :react-native-vision-camera:compileDebugJavaWithJavac FAILED
/Users/th/workplace/proko-park-mobile/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/FrameProcessorPlugin.java:51: error: package FrameProcessorRuntimeManager does not exist
FrameProcessorRuntimeManager.Companion.getPlugins().add(plugin);
^
1 error
Reproduceable Code
"react-native": "0.66.1","react-native-vision-camera": "^2.15.2",Android:
buildscript{ext{
buildToolsVersion ="30.0.2"minSdkVersion=21compileSdkVersion=30targetSdkVersion=30kotlinVersion="1.6.0"supportLibVersion="27.1.1"googlePlayServicesAuthVersion="16.0.1"// <--- use this version or newer}repositories{google()
mavenCentral()}dependencies{classpath('com.android.tools.build:gradle:7.0.2')classpath'com.google.gms:google-services:4.1.0'// <--- use this version or newer// NOTE: Do not place your application dependencies here; they belong// in the individual module build.gradle files}}
What were you trying to do?
I had the same error as: #1373 but it doesn't seem to have an answer, so just want to create another ticket to see if anyone has a solution for this.
While trying to build android app, had the following error
Reproduceable Code
What happened instead?
App fails to build.
Relevant log output
No response
Device
Any Android Device
VisionCamera Version
2.15.2
Additional information
The text was updated successfully, but these errors were encountered: