GithubHelp home page GithubHelp logo

Comments (8)

SDRausty avatar SDRausty commented on July 22, 2024

@wyssdbd are you familiar with #11 Add an external jar dependency?

from buildapks.

SDRausty avatar SDRausty commented on July 22, 2024

There are numerous ways to accomplish this:

support for gradle project

Parsing a build.gradle file should resolve your request. Should you make progress in automating this process, please share your progress @wyssdbd.

from buildapks.

SDRausty avatar SDRausty commented on July 22, 2024

As far as automating parsing: Artifacts can be loaded in $JDR (possibly also unzipped into the src directory), and symlinked back into ~/buildAPKs/libs seems like a possible option to conserve native space on device. The ~/buildAPKs/sources directory can be a link to external storage to conserve native space on device.

from buildapks.

SDRausty avatar SDRausty commented on July 22, 2024

Issue transferred to Parsing Project Configuration Files BuildAPKs/buildAPKs#1

from buildapks.

SDRausty avatar SDRausty commented on July 22, 2024

Reprint from Parsing Project Configuration Files BuildAPKs/buildAPKs#1:

BuildAPKs could parse project configuration files automatically. In order for buildAPKs to do so, it wants to know:

  1. What are the configuration files:
    • build.gradle
    • proguard-project.txt

There are other configuration files that should be parsed. What are the file names?

  1. How should the configuration files be parse:
    • Should the libraries be downloaded and linked?
    • Should the libraries be downloaded and unpacked into the source? This method may be more comfortable, and more transparent while working with the project sourcecode.

How should the build scripts integrate this simple task (parsing, downloading and linking). Device space is important while working with multiple projects that want the same libraries. Pull requests requested.

from buildapks.

SDRausty avatar SDRausty commented on July 22, 2024

@wyssdbd BuildAPKs/buildAPKs#1

from buildapks.

sudomain avatar sudomain commented on July 22, 2024

@SDRausty do you know of a guide that would help me parse a build.gradle file such as this one ? I currently build this app in Android Studio and Gradle's magic is a bit of a mystery to me.

from buildapks.

SDRausty avatar SDRausty commented on July 22, 2024

do you know of a guide

@sudomain if you find one, please share BuildAPKs/buildAPKs#2 here.

from buildapks.

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.