Wish Deploy Only option in IDE

Ed Brown

Active Member
Licensed User
Longtime User
I have 10+ devices I deploy to each time I do a build/test (and more devices are coming).

What I would like to be able to do is build the apk once and then be able to deploy many times the one apk from within the IDE.

One method/approach might be to present a list of connected devices and deploy only to those that I tick a checkbox for.

Another approach might be to add another button to the IDE that is initially disabled and then becomes enabled after a build (no point in deploying if there's no apk to deploy). The purpose of the button would be to deploy to a connected device. The button would become disabled when the code in the project is modified OR if the project's apk is deleted after cleaning the project.

This would save a lot of time from unnecessarily building the same application over and over each time before deploying to a different device.
 
Top