Is there an easy way to build, install, and auto-launch a custom Gradle build in Android Studio?
You can always select a different buildVariant
from the buildVariant window
on Android Studio. And then if you press the run/play button you should be able to install and run the app on your device/emulator.
And also for me running gradlew install**
on the terminal does not launch the app.
If that's something you are looking for then take a look at build.gradle
and buildhelper.gradle
here