-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
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 |
I have resolved the error by doing this: |
@redzacool thanks, i get Error while updating property 'mounted' of a view managed by: FaceCamera. |
@redzacool Thank you. this helped me. |
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....
The text was updated successfully, but these errors were encountered: