https://github.com/sdrausty/buildapksgames
Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsGames/
https://github.com/sdrausty/buildapksgames
android android-app android-application android-game android-smartphone termux termux-hacking termux-recommended-for-android termux-tool termux-tools termux-tutorials
Last synced: 4 months ago
JSON representation
Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsGames/
- Host: GitHub
- URL: https://github.com/sdrausty/buildapksgames
- Owner: SDRausty
- License: mit
- Created: 2017-08-13T03:30:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T02:18:28.000Z (almost 6 years ago)
- Last Synced: 2025-10-05T17:50:00.849Z (9 months ago)
- Topics: android, android-app, android-application, android-game, android-smartphone, termux, termux-hacking, termux-recommended-for-android, termux-tool, termux-tools, termux-tutorials
- Language: Java
- Homepage: https://sdrausty.github.io/buildAPKsGames/
- Size: 11.9 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.log
- License: LICENSE
Awesome Lists containing this project
README
# buildAPKsGames
## [buildAPKsGames git repository](https://github.com/SDRausty/buildAPKsGames/)
## [buildAPKsGames website](https://sdrausty.github.io/buildAPKsGames/)
Android APK app sources that build in [Termux](https://termux.com) on Android. This repository is a submodule for [buildAPKs.](https://github.com/sdrausty/buildAPKs)
##### -r--r--r-- [setup.buildAPKs.bash](https://raw.githubusercontent.com/SDRausty/buildAPKs/master/setup.buildAPKs.bash)
##### -rwxrwxrwx [setup.buildAPKs.bash](https://buildAPKs.github.io/buildAPKs/setup.buildAPKs.bash)
Tap the link above, or:
```
curl -O https://raw.githubusercontent.com/SDRausty/buildAPKs/master/setup.buildAPKs.bash
```
Then (adjust download path if needed and) run:
```
bash /storage/emulated/0/Download/setup.buildAPKs.bash
~/buildAPKs/scripts/bash/build/buildGames.bash
```
Alternatively: To install this git repository in its' proper place, copy and paste the following into [Termux](https://github.com/termux).
```
cd && git clone https://github.com/SDRausty/buildAPKs
~/buildAPKs/scripts/bash/build/buildGames.bash
```