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

Fail Start #33

Open
edoofx opened this issue Jul 9, 2020 · 3 comments
Open

Fail Start #33

edoofx opened this issue Jul 9, 2020 · 3 comments

Comments

@edoofx
Copy link

edoofx commented Jul 9, 2020

cant run, even with cloning this project

 error: cannot find symbol
            new FaceModulePackage()

methods :

clone example repo, npm install, copy v8a. cant run

@redzacool
Copy link

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

@marcelommr
Copy link

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

same here.

i got error:

/react-native-facerecognition/example/node_modules/react-native-facerecognition/android/app/src/main/java/opencv/android/FaceCameraView.java:57: error: package R does not exist
        final FrameLayout preview = (FrameLayout) inflater.inflate(R.layout.camera_view, null);

@redzacool
Copy link

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

same here.

i got error:

/react-native-facerecognition/example/node_modules/react-native-facerecognition/android/app/src/main/java/opencv/android/FaceCameraView.java:57: error: package R does not exist
        final FrameLayout preview = (FrameLayout) inflater.inflate(R.layout.camera_view, null);

I had same error, but after i commented that line in java, it run....

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

3 participants