Skip to content

SDRausty/maintenanceBuildAPKs

Repository files navigation

maintenanceBuildAPKs

maintenanceBuildAPKs buildAPKs

Join the chat at https://gitter.im/termux/termux

This project contains source code and scripts to build APKs (Android Package Kits) on the Termux Android application. Quick setup instructions can be found here at https://sdrausty.github.io/docsBuildAPKs/setup and also https://sdrausty.github.io/docsBuildAPKs/reallyEasilyBuildAndroidAPKsOnDevice right here.

Cloning and updating submodules is automated into the build*.sh scripts. Please use git pull to update buildAPKs to its' newest version. If you recieve an error message from git pull, the simplest solution is mv ~/buildAPKs ~/b0 and then reclone into the $HOME folder.

Build Android APKs on device (smartphone or tablet).

Build Android APKs on device, on your smartphone or tablet with Termux; Make applications for your Android smartphone or tablet! This repository contains source code for various 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 repository 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 tested and were built successfully on device, a smartphone. First successful builds on Sun May 28 2017 in Termux (Android 6.0.1 aarch64).

See https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice for quick setup instructions or https://sdrausty.github.io/buildAPKs for the website for this project. These documents are also located on the ./docs subdirectory.