-
Notifications
You must be signed in to change notification settings - Fork 6
/
READMEdocs.md
18 lines (11 loc) · 2.16 KB
/
READMEdocs.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
docsBuildAPKs
===============
This project is the focumenation folder for [buldAPKs](https://github.com/sdrausty/buildAPKs.
This project contains [source code](./sources) and [scripts](./scripts/build) to build APKs (Android Package Kits) on the [Termux](https://termux.com/) Android application. Quick setup instructions can be found here at https://sdrausty.github.io/buildAPKs/setup and also https://sdrausty.github.io/buildAPKs/reallyEasilyBuildAndroidAPKsOnDevice right here.
**Cloning and updating [submodules](https://gist.github.com/gitaarik/8735255) is automated into the [build\*.sh scripts.](https://github.com/sdrausty/buildAPKs/tree/master/scripts/build) 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](https://termux.com/); Make applications for your Android smartphone or tablet! This repository contains source code for various Android applications that have been successfully built in [Termux](https://termux.com/).
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/sdrausty/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](https://termux.com/) (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`](./docs) subdirectory.