Articles → ANDROID → Adb.Exe In Android
Adb.Exe In Android
What Is Adb.Exe File?
Where Is Adb.Exe Stored?
<Android SDK location>/Platform-tools
How To Execute Adb.Exe In Command Prompt?
- Open command prompt.
- Go to ‘Platform-tools’ folder using cd command.
- Write "adb.exe".
Click to Enlarge
How To Check The List Of Emulators Attached?
Click to Enlarge
Click to Enlarge
Start-Server And Kill-Server Command
adb start-server
adb kill-server
Get The List Of All Permissions
adb shell pm list permissions