April 2020
Intermediate to advanced
400 pages
10h 12m
English
The following command kills the local adb service:
C:\android-sdk\platform-tools>adb.exe kill-server
After killing the local adb service, issue the adb devices command. You will see that the server is started, as shown in the following screenshot:

We will now access the ADB shell on the Android device.