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
@@ -22,5 +22,8 @@ if [ -f ./gradlew ]; then
else
echo "Error: ./gradlew is missing."
echo "This project needs the vendored Gradle wrapper generated by android-builder new."
echo
echo "If this is an existing project, regenerate it with:"
echo " android-builder new <ProjectName>"
exit 1
fi