Last active
October 24, 2024 00:50
-
-
Save gmoraiz/6e16ffdc03c58813760754039c0bf8f7 to your computer and use it in GitHub Desktop.
remove emulator-5562 offline from adb devices
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Native Instruments software uses PORT 5562 ON TCP (NTKDaemon) | |
#Run CMD as Administrador and write: | |
netstat -ano | findstr :5563 | |
taskkill /PID <PID> /F |
For unix
kill -9 $(lsof -i :5563)
thanx!!!
thanks!!
Thank you so much
Is this going to screw my piano's ability to connect to my computer?
Is this going to screw my piano's ability to connect to my computer?
No. In the worst case, you just restart your computer.
awesome, thank you
Love to see a bunch of Android devs who also make music ;)
Searched for days for this, just needed to unplug my keyboard when developing. Cheers
adb kill-server
may work also.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove 5562 emulator offline from ADB