ANDROID Gradle build types

Hi, in Gradle the command: gradle init --type java-application generate a full functional java aplication.
How to use gradle to create a similar ANDROID application using gradle in the same way above?

Thank you.

There is no init type for Android applications, as Android support is not built-in but provided by a plugin maintained by Google.