Does installing Android Studio install Gradle also ?
Yes and no.
It does not “install” it standalone.
But it ships with an integrated version that you can use to bootstrap new projects or build projects that do not have the Gradle wrapper.
But imho any tiny project should have the wrapper and it is a bug if it hasn’t.
1 Like
Thank you very much.