Skip to content

Really quickly build APKs on device (smartphone or tablet) in Termux. Pull requests welcome! Setup info at https://sdrausty.github.io/buildAPKs/setup

License

Notifications You must be signed in to change notification settings

morristech/buildAPKs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 at https://sdrausty.github.io/buildAPKs/setup and https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice

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 $HOME please.

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.

About

Really quickly build APKs on device (smartphone or tablet) in Termux. Pull requests welcome! Setup info at https://sdrausty.github.io/buildAPKs/setup

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 75.3%
  • Java 24.7%