How to solve the error adb.exe start-server 'failed - run manually if necessary

0

I'm having the error:

  

Unable to run 'adb': null   16:08 'C: \ Users \ User \ Desktop \ PI \ SDK \ platform-tools \ adb.exe   start-server 'failed - run manually if necessary

By pressing the run button Android Studio does not show any devices, nor the AVDs that I have.

It looks like this:

I searched Google and found several times that I have to close the adb.exe process, I go there and close and it does not resolve.

I also saw that I opened the cmd in the platform-tools folder and shut down the server, but when I do that the cmd breaks the line and the cursor just blinks and does nothing.

    
asked by anonymous 06.07.2018 / 16:20

1 answer

1

I have already found the error. There was a certain service (tracer) that was running on my PC. I just had to restart it and shut down the adb.exe processes, and Android Studio was back up and running again. Other days, it was the same, I just have to restart the service and shut down the adb.exe processes.

    
31.07.2018 / 15:10