• Stars
    star
    290
  • Rank 142,981 (Top 3 %)
  • Language
    Shell
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.

buildAPKs

-r--r--r-- setup.buildAPKs.bash
-rwxrwxrwx setup.buildAPKs.bash

BuildAPKs has source code and scripts in order to build APKs (Android Package Kits) on Android handhelds, and similar. Quick setup instructions can be found here and also right here. To skip to installing in Amazon, Android, Arch Linux, Debian, Chromebook, Ubuntu and Windows on device in Termux you can use:


   apt install curl 

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

   bash setup.buildAPKs.bash

Screenshot_20191210

File opt/db/BNAMES contains built APKs information.

After installing, you can try building thousands of exciting, amazing and beautiful APKs by running shell scripts from this directory. 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; Make applications for your Android smartphone and tablet! This repository contains source code for many Android applications that have been successfully built in 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 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 (Android 6.0.1 aarch64).

Cloning and updating submodules is automated into the build*.bash scripts. To manually update this project to the newest version; See update.buildAPKs.sh for more information. If you recieve a history error message from git pull, the simplest solution is mv ~/buildAPKs ~/b0 and then reclone into the $HOME folder. See 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. 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, 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, all known GitHub topics @GitHub.

Submit a pull request at db.BuildAPKs if you would like names added to these listings. The db.BuildAPKs README.md has more information about the new database buildAPKs uses.

Really Easily Build an Android APK on an Android Device (Smartphone and Tablet).

Screenshot_20191208

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 for you. Press enter (return) in ~/buildAPKs/. Additional CLI information at The Linux Documentation Project.

The built APKs will be deposited into Download/builtAPKs if Termux storage permission 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!

The buildAll.bash command can build hundreds of APKs on your device. Maximum space allotment for complete build of everything included (755) is about 850MB for buildAPKs, plus about 74MB for the finished products deposited into Download/builtAPKs; More than seven hundred and fifty five (755) Android applications can be made from source code available at BuildAPKs on device today. With build.github.bash you can build nearly an unlimited number of APKs which are available at GitHub.

Contribute to this project through both the issues page and pull requests. Enjoy building these select APKs for Termux projects, and find the time to post your feelings here, and at this wiki.

If you are confused by this page try this link, and you might want to try this one.

🚢🚤🚣⛵

More Repositories

1

TermuxArch

You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Shell
1,209
star
2

termux-archlinux

You can use setupTermuxArch.bash 📲 to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/
Shell
678
star
3

TermuxPRoot

SetupTermuxPRoot.sh 📲 shall install Linux distributions in Termux on Android and Chrome. This setup script will attempt to set Linux distributions up in your Termux environment.
Shell
71
star
4

au

You can use au 📲 (auto upgrade) to backup your Termux *.deb packages; This enables rollback in Termux. https://sdrausty.github.io/au
Shell
61
star
5

termux-arch

You can use setupTermuxArch.sh 📲 to install Arch Linux in Termux on Android and Chrome. This setup script will attempt to set Arch Linux up in your Termux environment.
Shell
33
star
6

buildAPKsApps

Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsApps/
Java
32
star
7

docsTermuxArch

docsTermuxArch https://sdrausty.github.io/docsTermuxArch/
HTML
24
star
8

docsBuildAPKs

docsBuildAPKs https://sdrausty.github.io/docsBuildAPKs/
HTML
21
star
9

buildAPKsDevTools

buildAPKsDevTools
Java
20
star
10

TermuxPovray

Generate images in Arch Linux on device (a smartphone and tablet) with raytracing. https://sdrausty.github.io/TermuxPovray/
POV-Ray SDL
12
star
11

buildAPKsSamples

Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsSamples
Java
12
star
12

buildAPKsTutorials

Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsTutorials
Java
12
star
13

docsTermuxPovray

docsTermuxPovray https://sdrausty.github.io/docsTermuxPovray/
HTML
7
star
14

builtAPKs

Sources for builtAPKs are at buildAPKs. You can build APKs like these on your Android, Chrome and Fire OS device in Termux.
7
star
15

libandroid-shmem

System V shared memory emulation on Android using ashmem. https://sdrausty.github.io/libandroid-shmem/
C
5
star
16

maintenanceBuildAPKs

maintenanceBuildAPKs
Shell
4
star
17

buildAPKsTop10

buildAPKsTop10
Java
4
star
18

buildAPKsFlashlights

buildAPKsFlashlights sources that build in Termux. Pull requests welcome! https://sdrausty.github.io/buildAPKsFlashlights
Java
4
star
19

buildAPKsGames

Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsGames/
Java
4
star
20

buildAPKsLiveWallpapers

Android APK live wallpapers sources that build in Termux on Android. Pull requests welcome!
Java
2
star
21

buildAPKs.wifi

Android APK wifi sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKs.wifi/
Shell
2
star
22

dfa

dfa
Shell
2
star
23

buildAPKs.diebibel.imgs

Android APK Die Bibel sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKs.diebibel
HTML
2
star
24

buildAPKs.frag

Android APK fragment sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKs.frag
Shell
2
star
25

buildAPKs.demo

Android APK demo sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKs.demo
Shell
2
star
26

conus

Shell
1
star
27

buildAPKsBrowsers

buildAPKsBrowsers
Java
1
star
28

SDRausty

README
1
star
29

sdrausty.github.io

welcomeEnjoy. https://sdrausty.github.io
HTML
1
star
30

filesTermuxPovray

filesTermuxPovray to Generate images in Arch Linux on device (a smartphone and tablet). https://sdrausty.github.io/TermuxPovray/
1
star