react-native-facerecognition icon indicating copy to clipboard operation
react-native-facerecognition copied to clipboard

error: cannot find symbol import cv.reactnative.FaceModulePackage;

Open redzacool opened this issue 5 years ago • 5 comments

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....

redzacool avatar Jun 30 '20 02:06 redzacool

You may have problems with linking the library the error says it cannot see the package anymore!

aboozaid avatar Jul 04 '20 20:07 aboozaid

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

nolife08021 avatar Jul 28 '20 04:07 nolife08021

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 avatar Jul 29 '20 01:07 redzacool

@redzacool thanks, i get Error while updating property 'mounted' of a view managed by: FaceCamera. And i failed to download file from this link.

nolife08021 avatar Jul 29 '20 09:07 nolife08021

@redzacool Thank you. this helped me.

mohd-aidi avatar Aug 09 '21 05:08 mohd-aidi