When I run the following command, I get a description of connectedCheck , but I'm still not sure what it was used for. Can someone give me an example in the real world?
./gradlew tasks prints ... Verification tasks ------------------ check - Runs all checks. connectedCheck - Runs all device checks on currently connected devices. connectedInstrumentTest - Installs and runs the tests for Build 'Debug' on connected devices. deviceCheck - Runs all device checks using Device Providers and Test Servers. ...
source share