I trying to start application via gradle task.
gradle
task
task runDebug(dependsOn: [\'installDebug\', \'run\']) { } task run(type: Exec) { comm
we can get if from android extension.
android.adbExe