I trying to start application via gradle
task
.
task runDebug(dependsOn: [\'installDebug\', \'run\']) {
}
task run(type: Exec) {
comm
In Windows you can just register an application path
for adb.exe
with the following .reg
file:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\adb.exe]
@="D:\\android\\android-studio\\sdk\\platform-tools\\adb.exe"
"Path"="D:\\android\\android-studio\\sdk\\platform-tools"
and just keep your original commandline