Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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://github.com/buildapks/buildapks

amazon android-apks android-applications android-device android-smartphones apk app buildapks chromebook enjoy-compiling github-api proot select-apks smartphone termux termux-proot tutorial tutorial-exercises tutorial-sourcecode tutorials

Last synced: 2 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

## [buildAPKs](https://github.com/BuildAPKs/buildAPKs/)

##### -r--r--r-- [setup.buildAPKs.bash](https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/setup.buildAPKs.bash)
##### -rwxrwxrwx [setup.buildAPKs.bash](https://buildAPKs.github.io/buildAPKs/setup.buildAPKs.bash)

BuildAPKs has [source code](https://github.com/BuildAPKs/) and [scripts](https://github.com/BuildAPKs/buildAPKs/tree/master/scripts/) in order to build APKs (Android Package Kits) on Android handhelds, smartphones and similar. Quick setup instructions can be [found here](https://buildapks.github.io/docsBuildAPKs/setup) and [also right here.](https://buildapks.github.io/docsBuildAPKs/reallyEasilyBuildAndroidAPKsOnDevice) To skip to installing in Amazon, Android, [Arch Linux](https://termuxarch.github.io/TermuxArch/), [Debian](https://termuxarch.github.io/docsTermuxArch/PRoot), Chromebook, [Ubuntu](https://termuxarch.github.io/docsTermuxArch/PRoot) and Windows on device in [Termux](https://github.com/termux/) and [Termux PRoot](https://github.com/termux/proot/) you can use:

```

apt install curl

curl -O https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/setup.buildAPKs.bash

bash setup.buildAPKs.bash

```
Once buildAPKs is installed, these commands will become available after opening a new [Termux](https://github.com/termux/) session:
```
build.apps.bash
build.bits.bash
build.browsers.bash
build.buildAPKs.bash
build.buildAPKs.modules.bash
build.clocks.bash
build.code.google.com.bash
build.compasses.bash
build.demos.bash
build.developers.tools.bash
build.entertainment.bash
build.flashlights.bash
build.games.bash
build.github.bash
build.github.sequential.bash
build.github.tarballs.bash
build.github.topics.bash
build.github.topics.bkp.bash
build.github.topics30.bash
build.hellos.bash
build.in.dir.bash
build.keyboards.bash
build.launchers.bash
build.live.wallpapers.bash
build.native.bash
build.one.bash
build.repo.bash
build.samples.bash
build.top10.bash
build.tutorials.bash
build.widgets.bash
buildAll.bash
buildApplications.bash
buildFlashlights.bash
buildGames.bash
buildSamples.bash
```

[![APKsBuiltInTermux.png](https://raw.githubusercontent.com/BuildAPKs/docsBuildAPKs/master/bitpics/APKsBuiltInTermux.png)](https://buildapks.github.io/docsBuildAPKs/setup)

#### File [opt/db/BNAMES](https://raw.githubusercontent.com/BuildAPKs/db.BuildAPKs/master/BNAMES) contains built APKs information.

After installing, you can build thousands of exciting, amazing and beautiful APKs on an Android smartphone by running [shell scripts](https://www.google.com/search?q=shell+scripts) from [this directory](https://github.com/BuildAPKs/buildAPKs/tree/master/scripts/bash/build/). It is simple! The minimal install size to start building your first apps is about 10MB. Have fun and enjoy compiling, hacking, modifying and running these select APKs!

Build Android APKs on device, on your smartphone and tablet with [Termux](https://github.com/termux/); Make applications for your Android smartphone and tablet! This repository contains source code for many Android applications that have been successfully built in [Termux](https://github.com/termux/).

Have you ever wanted to build your own application? Something that you can distribute over the Internet, and can be used on Android smartphones and tablets worldwide. Would you dare to try to spend some time learning something new to do so?

[BuildAPKs](https://github.com/BuildAPKs/) is a project containing repositories of source code designed just for this purpose. Source code is the way programs are written in a human understandable language for applications to compile and then to be run on an Android device. These programs have been successfully built on device, a smartphone. First successful builds on Sun May 28 2017 in [Termux](https://github.com/termux/) (Android 6.0.1 aarch64).

__Cloning and updating [submodules](https://gist.github.com/gitaarik/8735255) is automated into the ` build*.bash ` scripts. To manually update this project to the newest version, see [` update.buildAPKs.sh `](https://github.com/shlibs/shlibs.sh/blob/master/buildAPKs/maintenance/up.sh) for information.__ If you get a history error message and similar from git pull, the simplest solution is ` mv ~/buildAPKs ~/b0 ` and then reclone into the $HOME folder. See [CHANGE.log](https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/CHANGE.log) for this git repository's change history.

The ` ~/buildAPKs/sources/github ` and ` ~/buildAPKs/var ` directories can be symbolic links to external storage space to save native space on device. For example, a ` github/var ` directory can be created and each can be symlinked with ln -s. Prefix the build*.bash scripts with bash to run buildAPKs in external storage, i.e. [`$ bash buildFlashlights.bash`](https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/scripts/bash/build/buildFlashlights.bash). Build Android APKs on device (smartphone and tablet).

This command: ` for i in $(cat ~/buildAPKs/var/db/UNAMES) ; do ~/buildAPKs/build.github.bash $i ; done ` will attempt to build [UNAMES](https://raw.githubusercontent.com/BuildAPKs/db.BuildAPKs/master/UNAMES), all known GitHub usernames.

While this command: ` for i in $(cat ~/buildAPKs/var/db/TNAMES) ; do ~/buildAPKs/scripts/bash/github/build.github.topics.bash $i ; done ` will attempt to build [TNAMES](https://raw.githubusercontent.com/BuildAPKs/db.BuildAPKs/master/TNAMES), all known GitHub topics at GitHub.

Please submit a [pull request](https://github.com/BuildAPKs/db.BuildAPKs/pulls) at db.BuildAPKs to add names to these listings. The [db.BuildAPKs ](https://github.com/BuildAPKs/db.BuildAPKs/tree/master/)[README.md](https://buildapks.github.io/db.BuildAPKs/) has more information about the new database buildAPKs uses. File [BNAMES](https://raw.githubusercontent.com/BuildAPKs/db.BuildAPKs/master/BNAMES) contains results from accounts that built at least one APK on device with BuildAPKs. The results are printed as follows: account name, download size, build time, number of AndroidManifest.xml files found, number of APKs built and the names of the APK files that built on device.

### Really Easily Build an Android APK on an Android Device (Smartphone and Tablet).
[![Screenshot_20191208.png](https://raw.githubusercontent.com/BuildAPKs/docsBuildAPKs/master/bitpics/screenshots/Screenshot_20191208.png)](https://buildapks.github.io/docsBuildAPKs/setup)

Prefix these bash scripts by typing dot slash ` ./ ` on your Android smartphone and tablet in Termux, i.e. type ` ./b ` at the prompt $, press TAB TAB (x2). The prompt will magically add uild. Then add a capital A. Press TAB TAB (x2) again. This will build the following command on the command line [`./buildAll.bash`](https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/scripts/bash/build/buildAll.bash) for you. Press enter (return) in ` ~/buildAPKs/ `. Additional [CLI](https://www.ecosia.org/search?q=command+line+interface) information at [The Linux Documentation Project.](https://www.ecosia.org/search?q=command+line+interface+site%3A.tldp.org)

The built APKs will be deposited into Download/builtAPKs if [Termux storage permission](https://github.com/termux/termux-app/blob/master/app/src/main/java/com/termux/app/TermuxActivity.java#L190&L198) is granted for installing on smartphone and tablet through browsers, and download and file managers. Built APKs will be deposited into ~/buildAPKs/cache/builtAPKs if storage permission is not granted. The minimal install size to start building your first applications is about 10MB. Have fun and enjoy compiling, hacking, modifying and running these select APKs on device!

[![Screenshot_20191210.jpg](https://raw.githubusercontent.com/BuildAPKs/docsBuildAPKs/master/bitpics/screenshots/Screenshot_20191210.jpg)](https://buildapks.github.io/docsBuildAPKs/setup)

The [`buildAll.bash`](https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/scripts/bash/build/buildAll.bash) command can build hundreds of APKs on your device. Maximum space allotment for complete build of everything included (1209 APKs) is about 1.7GB for buildAPKs, plus about 124MB for the finished products deposited into Download/builtAPKs; More than twelve hundred and nine (1209) Android applications can be made from source code available at [BuildAPKs](https://github.com/BuildAPKs) on device today. With [build.github.bash](https://github.com/BuildAPKs/buildAPKs.github/blob/master/build.github.bash) you can build nearly an unlimited number of APKs which are available at GitHub.

Please contribute to this project through both [the issues page](https://github.com/BuildAPKs/buildAPKs/issues) and [pull requests](https://github.com/BuildAPKs/buildAPKs/pulls). Enjoy building these select APKs for Termux [projects,](https://github.com/BuildAPKs/) and find the time to post your feelings [here,](https://github.com/BuildAPKs/buildAPKs/issues) and [at this wiki](https://github.com/BuildAPKs/buildAPKs/wiki).

For more information about *nix try [this link,](http://tldp.org/) and you might want to try [this one](https://www.debian.org/doc/) too.

🚢🚤🚣⛵