Giter Club home page Giter Club logo

Comments (6)

mark2185 avatar mark2185 commented on June 3, 2024 1

The instructions say:

cd into the project repo and run make bootstrap to bootstrap your Android development environment. Keep an eye on the output to see if any manual steps are required.

That means that you should run the following:

git clone https://github.com/kickstarter/android-oss.git

And then cd into it:

cd android-oss

And then run make bootstrap. The output should say if any manual steps are required.

What happens when you follow these instructions?

from android-oss.

mark2185 avatar mark2185 commented on June 3, 2024 1

would be greatful if u can help

Sadly, I can't. I never even heard of this project before you mentioned it on lazygit's issue board.

Hopefully someone from the dev team can help you. Good luck!

from android-oss.

lalitsharmaking avatar lalitsharmaking commented on June 3, 2024

i have succesfully resolved these problems but there are new problems in the code
` // Copy google-services.json from variant directory to root of app

gradle.taskGraph.beforeTask { Task task ->
if (task.name ==~ /process.*GoogleServices/) {
android.applicationVariants.all { variant ->
if (task.name ==~ /(?i)process${variant.name}GoogleServices/) {
copy {
from "src/${variant.name}"
into '.'
include 'google-services.json'
}
}
}
}
}
`
it is saying cannot resolve symbol task would be greatful if u can help

from android-oss.

lalitsharmaking avatar lalitsharmaking commented on June 3, 2024

kotlinOptions { jvmTarget = JavaVersion.VERSION_11.toString() useIR = true }
it is also saying - a problem occured while evaluating the app

caused by : groovy.lang.MissingPropertyException: Could not set unknown property 'useIR' for object of type org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptionsImpl

from android-oss.

lalitsharmaking avatar lalitsharmaking commented on June 3, 2024

thank you brother for your response

from android-oss.

Arkariang avatar Arkariang commented on June 3, 2024

Hello there @lalitsharmaking , the error indicates that some of the Firebase google-services.json configuration files are not available, as those are private configuration files, but there are some templates on the repository such as https://github.com/kickstarter/android-oss/blob/master/config/externalDebug/google-services.example.json
You can simple rename those files taking out the .example on your local project.
Also make sure you have installed in your local machine the correct Java version, in this case as the jvmTarget indicates is version 11.

As a suggestion for handling versions on your local machine you probably want to use some kind of version manager tool such as https://sdkman.io/

Have fun exploring our project! 💖

from android-oss.

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.