Question

In Android Studio, is there a way to just deploy the .apk that was last built to a device without running the gradle build again?

Was it helpful?

Solution

In the "Gradle" tool window, under the "All tasks" pane, there should be an installDebug task which will install the debug build of the APK. There will be similar tasks for other build types (e.g Release) and flavors as well if you have them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top