Git Product home page Git Product logo

Comments (6)

aboozaid avatar aboozaid commented on June 23, 2024

Usually, this may be a problem related to your Gradle version

from react-native-facerecognition.

kruz123 avatar kruz123 commented on June 23, 2024

Usually, this may be a problem related to your Gradle version

same issue , i will try official document solutions but not solve and show me error for java version ,
my,
gradle version - 6.2
java version - 11.0.8,
So, Tell java and gradle version which is support this library ???

from react-native-facerecognition.

NaufalAmmar avatar NaufalAmmar commented on June 23, 2024

I got same issues too, please help @assemmohamedali

from react-native-facerecognition.

michaelspeed avatar michaelspeed commented on June 23, 2024

i also have the same problem

from react-native-facerecognition.

mohd-aidi avatar mohd-aidi commented on June 23, 2024

i also face the same problem..

  • What went wrong:
    Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.

Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
Could not resolve project :react-native-facerecognition.
Required by:
project :app
> Unable to find a matching configuration of project :react-native-facerecognition:
- None of the consumable configurations have attributes.

from react-native-facerecognition.

mohd-aidi avatar mohd-aidi commented on June 23, 2024

Ok i solved the problem by changing

project(':react-native-facerecognition').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-facerecognition/android')

to

project(':react-native-facerecognition').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-facerecognition/android/app')

example here : https://github.com/aboozaid/react-native-facerecognition/blob/master/example/android/settings.gradle

from react-native-facerecognition.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.