diff --git a/lib/services/android-debug-service.ts b/lib/services/android-debug-service.ts index c48f201b8f..d063f88261 100644 --- a/lib/services/android-debug-service.ts +++ b/lib/services/android-debug-service.ts @@ -171,7 +171,7 @@ class AndroidDebugService implements IDebugService { private startAppWithDebugger(packageFile: string, packageName: string): IFuture { return (() => { - if (!this.$options.emulator) { + if (!this.$options.emulator && !this.$config.debugLivesync) { this.device.applicationManager.uninstallApplication(packageName).wait(); this.device.applicationManager.installApplication(packageFile).wait(); }