Skip to content

Parsing Project Configurations #1

@SDRausty

Description

@SDRausty

BuildAPKs could parse project configuration files to integrate libraries:

  1. Some of the configuration files are:
  • app/build.gradle
  • build.gradle
  • gradle/wrapper/gradle-wrapper.properties
  • proguard-project.txt
  • proguard.cfg
  • project.properties

What other configuration files desire parsing?

  1. How should libraries be handled by BuildAPKs:
  • Should libraries be downloaded, symlinked and linked into the project that is being compiled?
  • Should the libraries be downloaded, cached and unpacked into the source code? This method may be more transparent while working with the project sourcecode.
  1. How should the build scripts integrate the tasks of parsing, downloading and linking these libraries into each individual project? Device space is important while working with multiple projects.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions