We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f13402 + a92cccd commit 41d18e9Copy full SHA for 41d18e9
lib/services/android-debug-service.ts
@@ -171,7 +171,7 @@ class AndroidDebugService implements IDebugService {
171
172
private startAppWithDebugger(packageFile: string, packageName: string): IFuture<void> {
173
return (() => {
174
- if (!this.$options.emulator) {
+ if (!this.$options.emulator && !this.$config.debugLivesync) {
175
this.device.applicationManager.uninstallApplication(packageName).wait();
176
this.device.applicationManager.installApplication(packageFile).wait();
177
}
0 commit comments