Programmer algorithm practice must read, common Java API skills to share>>>
Sometimes when we connect our mobile phone to Android studio, the mobile phone cannot be recognized and nothing to show is displayed in the connection window. However, my mobile phone was connected well before. What’s the matter?Let’s take a look at the error message at the bottom, which is generally as follows:
‘c/users/zhxg/appdata/local/Android/SDK/platform tools/adb.exe start server ‘failed – run manually if necessary (moments ago), and restart can’t solve the problem. The reason for this situation is that the port of ADB 5037 is occupied. Just follow my operation as follows:
1 Find out which process is using port 5037
Then it is found that it is occupied by the 2080 process
2. Check what the 2080 process is
3. See what the ppadbserver.exe process is
Open the taskbar manager and end ppadbserver.exe in the process
=============Talk is cheap, show me the code===============
Similar Posts:
- adb server version (31) doesn’t match this client (41); killing…
- How to connect Android mobile phone with ADB & reasons and solutions of unable to connect to 192.168.1.100:5555
- Android studio debug runtime ADB not responding
- The ADB command installs APK, and the installation problem is solved by daemon not running. Starting it now on port 5037
- Android ADB server didn’t ACK * failed to start d
- [Solved] Android ADB server didn’t ACK * failed to start daemon *
- adb server is out of date. killing [How to Solve]
- [Android test] solution to error closed after ADB shell carriage return
- Obnoxious permission denied: how does ADB handle permission denied when accessing mobile directory
- How to Solve React Native Error: Could not get BatchedBridge