andreluisjunqueira / react-native-document-scanner-android

Document scanner android, feature live detection, auto-capture, perspective correction :vibration_mode: :camera: -- :trophy:
MIT License
82 stars 32 forks source link

Error Task :openCVLibrary310:compileDebugAidl FAILED #32

Open meldsz opened 5 years ago

meldsz commented 5 years ago

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?

4765-dipankargiri commented 1 month ago

Hi is there any update to this I am geeting a similar issue with https://github.com/Michaelvilleneuve/react-native-document-scanner.