Home
last modified time | relevance | path

Searched refs:manualCommand (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/android/
H A Demulator.ts91 const manualCommand = `${whichEmulator()} @${device.name}`;
93 …{device.name}. You can try starting the emulator manually from the terminal with: ${manualCommand}`
117 const manualCommand = `${whichEmulator()} @${device.name}`; constant
119 …ished opening. You can try starting the emulator manually from the terminal with: ${manualCommand}`