How to install adb shell?
Please follow the steps:
- Download adb kits from here
- Unzip zip file under C:\ directory as "adb"
- Add these variables into system variables
Path -> C:\adb
ANDROID_ADB_SERVER_PORT -> 7030
- Now, open new cmd screen and see that you are able to use adb :)
If you do not know how to use adb, please go there