Giter Site home page Giter Site logo

Comments (10)

oyeraghib avatar oyeraghib commented on August 16, 2024

Hi, I would like to work on this issue. If no one has picked it yet, can you assign it to me?

from oppia-android.

theMr17 avatar theMr17 commented on August 16, 2024

Hi @oyeraghib, assigning the issue to you. Feel free to raise a PR.

from oppia-android.

adhiamboperes avatar adhiamboperes commented on August 16, 2024

@oyeraghib just confirming that you are working on this, and that you are not blocked?

from oppia-android.

oyeraghib avatar oyeraghib commented on August 16, 2024

Hi @adhiamboperes I have been having the issue with making Oppia Android build on my Mac. I never faced this issue with Windows before.

Errors while building :

Caused by: org.gradle.api.InvalidUserCodeException: Entry onboarding.proto is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.

Caused by: org.gradle.api.internal.provider.AbstractProperty$PropertyQueryException: Failed to calculate the value of task ':utility:compileDebugJavaWithJavac' property 'options.generatedSourceOutputDirectory'.

Caused by: org.gradle.api.InvalidUserCodeException: Querying the mapped value of map(java.io.File property(org.gradle.api.file.Directory, property(org.gradle.api.file.Directory, fixed(class org.gradle.api.internal.file.DefaultFilePropertyFactory$FixedDirectory, /Users/mohdraghib/StudioProjects/oppia-android/utility/build/generated/ap_generated_sources/debug/out))) org.gradle.api.internal.file.DefaultFilePropertyFactory$ToFileTransformer@7c4e7960) before task ':utility:compileDebugJavaWithJavac' has completed is not supported

Also I was having another issue with protobuf
Error:

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':model:protobufToolsLocator_protoc'.

which I fixed by doing

      artifact = "com.google.protobuf:protoc:3.8.0:${protobufPlatform}"

to this

      artifact = "com.google.protobuf:protoc:3.8.0:osx-x86_64"

from oppia-android.

adhiamboperes avatar adhiamboperes commented on August 16, 2024

@oyeraghib, it looks like you have run into multiple set up issues. Could you please copy your comment to the discussion board at this link: https://github.com/oppia/oppia-android/discussions/categories/q-a-installation, so that we can discuss them in detail?

from oppia-android.

oyeraghib avatar oyeraghib commented on August 16, 2024

Sure done.!

from oppia-android.

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.