Add android-builder wrapper command

This commit is contained in:
Dark98
2026-07-02 05:47:39 +01:00
parent 6df469c073
commit 315e693b1b
7 changed files with 53 additions and 15 deletions
+3
View File
@@ -12,6 +12,9 @@ if [ ! -f "$APK" ]; then
echo
echo "Run:"
echo " android-builder build"
echo
echo "If build fails because ./gradlew is missing, regenerate the project with:"
echo " android-builder new <ProjectName>"
exit 1
fi