I\'m trying to use emulator.exe
as android emulator for Charles Proxy. But I have problem, when I launch
emulator @5.1_WVGA_API_28
If you want to run emulator from command line,
/emulator -avd 5.1_WVGA_API_28
For newer version of Android SDK, the emulator path should be something as below:
//Android/sdk/emulator/emulator
For older version of Android SDK, the emulator path is as below:
//Android/sdk/tools/emulator
Try either one of above to see which is your case.
Here is the official document for Android emulator command line usage: https://developer.android.com/studio/run/emulator-commandline