Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
redzacool opened this issue Jun 30, 2020 · 5 comments
Open

Comments

@redzacool
Copy link

redzacool commented Jun 30, 2020

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

@aboozaid
Copy link
Owner

aboozaid commented Jul 4, 2020

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

@nolife08021
Copy link

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

@redzacool
Copy link
Author

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

@nolife08021
Copy link

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

@mohd-aidi
Copy link

@redzacool Thank you. this helped me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants