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