I have been suffering with an unknown emulator on my pc which keeps getting in the way of my adb commands, as every time i try to run a command onto a connected phone i will get an error: error more than one device/emulator
anyone have an experience like this? any knowledge on how to remove this zombie emulator?
the device shows up as: emulator-5562 offline

    • darthLevel 6 - Platinum Elite Member

      MXRJR you can always put in the adb -d parameter which will tell adb to talk to the connected device as apposed to the emulator

        Apps4Flip-Admin that helps but its annoying to do every time, lgexalter1 nope darth thats a good tip
        anyway i researched a little and figured that i have a random music creation plugin which uses this port 5562 and is recognized as a emulator by adb....so i found the service in my task manager and disabled it

          MXRJR Great Job! It always makes me happy to see people do research and find answers to their problems. Keep it up!