Skip to content

Commit f4a4b14

Browse files
Merge pull request #182 from NativeScript/vladimirov/use-genymotion
Fix android emulator starting
2 parents 04d5afe + 2f10168 commit f4a4b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/services/platform-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class PlatformService implements IPlatformService {
250250

251251
var logFilePath = path.join(platformData.projectRoot, this.$projectData.projectName, "emulator.log");
252252

253-
emulatorServices.startEmulator(packageFile, { stderrFilePath: logFilePath, stdoutFilePath: logFilePath }).wait();
253+
emulatorServices.startEmulator(packageFile, { stderrFilePath: logFilePath, stdoutFilePath: logFilePath, appId: this.$projectData.projectId }).wait();
254254
}).future<void>()();
255255
}
256256

0 commit comments

Comments
 (0)