Open notepad, input below text:
cd /d C:\xxx\Tools\Android\Android\emulator
emulator @[YOUR_AVD_NAME]
Replace [YOUR_AVD_NAME] with your avd name. You can check the name via command:
emulator -list-avds
Remeber another point, the path of emulator.exe should be \emulator\emulator.exe, not tool\emulator.exe
网友评论