Refactor android-builder into command scripts

This commit is contained in:
Dark98
2026-07-02 04:39:33 +01:00
parent 7c32d315db
commit 0c3249fa4b
9 changed files with 438 additions and 370 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/data/data/com.termux/files/usr/bin/bash
set -e
echo "AndroidBuilder"
echo
echo "Usage:"
echo " android-builder setup"
echo " android-builder doctor"
echo " android-builder new MyApp"
echo " android-builder new MyApp --template empty"
echo " android-builder build"
echo " android-builder export"