while it is possible to install to device with adb (see http://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator), gradle also provides installDebug task. Both ways require that AVD is already started or physical device is connected.
while it is possible to install to device with
adb(see http://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator), gradle also providesinstallDebugtask. Both ways require that AVD is already started or physical device is connected.