I'm studying the ADB commands using an android emulator called MEmuPlay. I got it working with one emulator running, I could start and connect to the device and send some commands using adb.exe
The problem now is when I open 2+ emulators, when I run "adb devices" I can see all emulators, but I can't identify which device in that list is MEmu_1 or MEmu_2 or Bluestacks.
There is a way to maybe create an alias to X device based in the process ID or something that I can know exactly which device I want to send messages? OR maybe force it to have an specific name in that device list?
Thank you!