BuildAPKs / buildAPKs

Really quickly build APKs on handheld device (smartphone and tablet) in Amazon, Android, Chromebook, PRoot and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
https://buildapks.github.io/buildAPKs/
GNU General Public License v3.0
519 stars 56 forks source link

insufficient documentation #23

Closed ghost closed 2 years ago

ghost commented 3 years ago

regarding building any and all apks, SDRausty said:

With build.github.bash you can build nearly an unlimited number of APKs which are available at GitHub

source of quote: https://www.reddit.com/r/termux/comments/itrm0b/comment/gc127fg

but how? where is the documentation? i want to fork, modify, and build https://github.com/vanilla-music/vanilla which requires gradle.

ghost commented 3 years ago

to be clear, vanilla music player requires the following:

java jdk 1.8u251+ (<1.9)   installed in TermuxArch
gradle 6.5+                not in archlinuxarm
sdkmanager (to get tools)  not in archlinuxarm
platform-tools             not in archlinuxarm
build-tools;29.0.2         not in archlinuxarm
platforms;android-29       not in archlinuxarm

so far all i have is java:

[user10:14~]$ java -version
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-b10)
OpenJDK 64-Bit Zero VM (build 25.292-b10, interpreted mode)
[user10:14~]$
SDRausty commented 3 years ago

where is the documentation?

You're welcome to create a PR here: https://github.com/BuildAPKs/docsBuildAPKs/pulls

requires gradle.

Hopefully, one day Gradle builds will be automated. Artifacts can be used; please see https://github.com/BuildAPKs/buildAPKs/blob/master/scripts/bash/build/build.one.bash#L80&&#L122 for more information about using libraries.

With build.github.bash you can build nearly an unlimited number of APKs which are available at GitHub

File opt/db/BNAMES contains built APKs information.

github-actions[bot] commented 2 years ago

Stale issue message