What is the difference between "Make" and "Gradle -aware Make"?

I saw in my Run / Debug configurations that before starting I called “Make” and then “Gradle -aware Make”. When I created a new project and checked its configuration, I saw that it had only Gradle -aware Make in it. I was wondering if my previous project could output "Make" as it doubles the compilation time. I already took it out and did not find any complications.

Project with Make and Gradle -aware Make

New project with default settings

+4
source share
1 answer

This is actually documented here :

to do

. Android Studio Make Module, run/debug Make Project, .

Gradle -aware make

Gradle.

Make, , .

+4

Source: https://habr.com/ru/post/1658665/


All Articles