We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99fd38 commit 8167426Copy full SHA for 8167426
lib/ParamedicTargetChooser.js
@@ -68,7 +68,7 @@ class ParamedicTargetChooser {
68
startAnAndroidEmulator (target) {
69
logger.info('cordova-paramedic: Starting an Android emulator');
70
71
- const emuPath = path.join(this.appPath, 'platforms', 'android', 'cordova', 'lib', 'emulator');
+ const emuPath = path.join(this.appPath, 'node_modules', 'cordova-android', 'lib', 'emulator');
72
const emulator = require(emuPath);
73
74
const tryStart = (numberTriesRemaining) => {
0 commit comments