Add android-builder wrapper command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user