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
- Host: GitHub
- URL: https://github.com/buildapks/buildapks.demos
- Owner: BuildAPKs
- License: gpl-3.0
- Created: 2020-04-05T17:09:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T08:27:10.000Z (over 4 years ago)
- Last Synced: 2025-01-22T11:49:25.861Z (over 1 year ago)
- Language: Java
- Homepage: https://buildapks.github.io/buildAPKs.demos
- Size: 331 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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!