We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64790c4 + 84cada9 commit a1151c3Copy full SHA for a1151c3
lib/services/android-debug-service.ts
@@ -104,7 +104,7 @@ class AndroidDebugService implements IDebugService {
104
return (() => {
105
let packageFile = "";
106
107
- if (!this.$options.start && !this.$options.emulator) {
+ if (!this.$options.start && !this.$options.emulator && !this.$options.getPort) {
108
let cachedDeviceOption = this.$options.forDevice;
109
this.$options.forDevice = true;
110
this.$platformService.buildPlatform(this.platform).wait();
0 commit comments