Skip to content

Commit

Permalink
reference emulator from node_modules/cordova-android
Browse files Browse the repository at this point in the history
moved in android 10 apache/cordova-android#1269
  • Loading branch information
zachawilson committed Aug 26, 2021
1 parent e99fd38 commit 2ed3119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ParamedicTargetChooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ParamedicTargetChooser {
startAnAndroidEmulator (target) {
logger.info('cordova-paramedic: Starting an Android emulator');

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

const tryStart = (numberTriesRemaining) => {
Expand Down

0 comments on commit 2ed3119

Please sign in to comment.