Git Product home page Git Product logo

Comments (4)

Gitsaibot avatar Gitsaibot commented on July 3, 2024

The thing is I don't have these build problems. Without knowing what your development environment looks like, it's hard to say what the problem is. @jspricke Do you have problems with building?

from etar-calendar.

lmamane avatar lmamane commented on July 3, 2024

I installed Debian packages:

google-android-build-tools-30.0.3-installer
google-android-platform-31-installer
google-android-platform-33-installer

(which automatically download the Google Android SDKs and put them in relevant subdirectories of /usr/lib/android-sdk)
and I build with ANDROID_HOME=/usr/lib/android-sdk by running ./gradlew build --parallel

My understanding is that gradle and any dependencies are (supposed to be) automatically downloaded by the gradlew shell script, and by gradle itself?

from etar-calendar.

jspricke avatar jspricke commented on July 3, 2024

Edit:
This works for me:

sudo apt install google-android-build-tools-30.0.3-installer google-android-emulator-installer google-android-patcher-4-installer google-android-platform-33-installer google-android-platform-tools-installer openjdk-17-jdk-headless
ANDROID_HOME=/usr/lib/android-sdk ./gradlew :app:assembleDebug

As noted in the Readme: https://github.com/Etar-Group/Etar-Calendar#build-instructions

from etar-calendar.

lmamane avatar lmamane commented on July 3, 2024
ANDROID_HOME=/usr/lib/android-sdk ./gradlew :app:assembleDebug

Indeed, using :app:assembleDebug instead of the more usual/standard "build" task works for me, too.

from etar-calendar.

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.