Skip to content

Commit 8167426

Browse files
committed
reference emulator from node_modules/cordova-android
moved in android 10 apache/cordova-android#1269
1 parent e99fd38 commit 8167426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ParamedicTargetChooser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ParamedicTargetChooser {
6868
startAnAndroidEmulator (target) {
6969
logger.info('cordova-paramedic: Starting an Android emulator');
7070

71-
const emuPath = path.join(this.appPath, 'platforms', 'android', 'cordova', 'lib', 'emulator');
71+
const emuPath = path.join(this.appPath, 'node_modules', 'cordova-android', 'lib', 'emulator');
7272
const emulator = require(emuPath);
7373

7474
const tryStart = (numberTriesRemaining) => {

0 commit comments

Comments
 (0)