Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 740 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 740 Bytes

Android APK demo sources that build in Termux in Amazon, Android, Chromebook and Windows.

This repository is a submodule for 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:


   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!