TL;DR
If you cannot find the gradlew
file in your Android project directory, you should be able to build your project with the ant debug
command.
If you want to use Gradle anyway, you probably need to add --gradle --gradle-version 0.10.0
to your android create project
command-line …