we have totally different build setups I would assume
a
Antal János Monori
11/22/2022, 10:18 AM
It assembles the current application target + any tests that may depend on it + does optimisations for generating the apk that is custom to Android Studio: https://issuetracker.google.com/issues/164145066
I generally advise to use the command line as much as you can, unless you don’t care about the impact of that button and/or don’t have a big enough project at hand.
c
Colton Idle
11/25/2022, 4:34 PM
Also, consider adding gradle doctor to your build. its maintained by someone at gradle and it'll disallow you from doing things like hitting the make project button because you typically want something else instead.