Hello friends, In this article we will see how we can build android apps with Termux and it does not require root access.
We will be using BuildAPKs to build apks. BuildAPKs can build many apps like live wallpaper, browser, file manager , etc. It uses bash scripts to do this and BuildAPKs works directly with Github API.
Prerequisite :
Termux
Installation :
As I said, we will use BuildAPKs to build Android apps, so execute following to install it.
pkg update && pkg install curl && curl -O https://raw.githubusercontent.com/BuildAPKs/buildAPKs/master/setup.buildAPKs.bash && bash setup.buildAPKs.bash
Once installed then just change directory to its bin directory
cd buildAPKs/bin
Now In this directory all the scripts are available that you can use to build apps,
for example if you want to builds apps like browser then there is a script for that 'build.browser.bash' you just need to execute it.
bash build.browser.bash
Here is the video tutorial :