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 have followed the steps in the readme file. I get this error Task :openCVLibrary310:compileDebugAidl FAILED
I have made sure I have added the below lines:
include ':openCVLibrary310' project(':openCVLibrary310').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-documentscanner-android/android/openCVLibrary310')
Below is the error I get:
> Task :openCVLibrary310:compileDebugAidl FAILED aidl.exe E 07-15 11:10:02 14892 5864 io_delegate.cpp:50] Failed to GetFullPathName(C:\Users\UserName\MyProject\node_modules\react-native-documentscanner-android\android\openCVLibrary310\build\generated\aidl_source_output_dir\debug\compileDebugAidl\out\org\opencv\engine\OpenCVEngineInterface.java)
Am I missing something?
The text was updated successfully, but these errors were encountered:
I have followed the steps in the readme file. I get this error
Task :openCVLibrary310:compileDebugAidl FAILED
I have made sure I have added the below lines:
include ':openCVLibrary310' project(':openCVLibrary310').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-documentscanner-android/android/openCVLibrary310')
Below is the error I get:
> Task :openCVLibrary310:compileDebugAidl FAILED aidl.exe E 07-15 11:10:02 14892 5864 io_delegate.cpp:50] Failed to GetFullPathName(C:\Users\UserName\MyProject\node_modules\react-native-documentscanner-android\android\openCVLibrary310\build\generated\aidl_source_output_dir\debug\compileDebugAidl\out\org\opencv\engine\OpenCVEngineInterface.java)
Am I missing something?
The text was updated successfully, but these errors were encountered: