An open API service indexing awesome lists of open source software.

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/

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

```