error: cannot find symbol import cv.reactnative.FaceModulePackage;
I have this error: PackageList.java:15: error: cannot find symbol import cv.reactnative.FaceModulePackage;
This is when i run the project, can you please help... I already add the jniLibs... Still have this error....
You may have problems with linking the library the error says it cannot see the package anymore!
I having the same issue, may i know how to solve it?
/Users/admin/AwesomeProject/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:18: error: cannot find symbol import cv.reactnative.FaceModulePackage; ^ symbol: class FaceModulePackage location: package cv.reactnative
I having the same issue, may i know how to solve it?
/Users/admin/AwesomeProject/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:18: error: cannot find symbol import cv.reactnative.FaceModulePackage; ^ symbol: class FaceModulePackage location: package cv.reactnative
I have resolved the error by doing this: Open node_modules/react-native-facerecognition/android/app/src/main/AndroidManifest.xml Change package to package="cv.reactnative.facerecognition"> You will get error import in java, Comment the code error in java... I hope this help...
@redzacool thanks, i get Error while updating property 'mounted' of a view managed by: FaceCamera. And i failed to download file from this link.
@redzacool Thank you. this helped me.