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

https://github.com/buildapks/buildapks.demos

buildAPKs.demos https://buildapks.github.io/buildAPKs.demos
https://github.com/buildapks/buildapks.demos

Last synced: about 1 year ago
JSON representation

buildAPKs.demos https://buildapks.github.io/buildAPKs.demos

Awesome Lists containing this project

README

          

# [buildAPKs.demos](https://github.com/BuildAPKs/buildAPKs.demos)
Android APK demo sources that build in [Termux](https://github.com/termux) in Amazon, Android, Chromebook and Windows.

[This repository](https://github.com/BuildAPKs/buildAPKs.demos) is a submodule for [buildAPKs](https://github.com/BuildAPKs/buildAPKs). In order to install it in its' proper place to attempt to make these applications on smartphone, tablet an TV, copy and paste the following into [Termux](https://github.com/termux):

```

apt install curl

curl -O https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/setup.buildAPKs.bash

bash setup.buildAPKs.bash

~/buildAPKs/scripts/bash/build/build.demos.bash

```
Enjoy!