In this guide I will show you how to install and implement ADB commands in Windows Teminal or PowerShell (Windows 11 and Windows 10).
Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with a device. The ADB command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device.
🔗 Links:
• SDK Platform Tools: https://developer.android.com/studio/...
• Windows Terminal: https://www.microsoft.com/en-us/p/win...
• Microsoft PowerShell: https://www.microsoft.com/en-us/p/pow...
• ADB Cheat Sheet by Automate The Planet Ltd.: https://www.automatetheplanet.com/adb...
🧐 tl;dr
1. Download and extract SDK Platform Tools.
https://developer.android.com/studio/...
2. Create a folder named "Android" in "C:\" drive.
3. Copy and paste the "platform-tools" folder in "C:\Android".
4. Hold your window and R together and paste"sysdm.cpl" ". On the new window click "Environment Variables...".
5. Double click the "Path" variable in System variables. Click "New" and paste "C:\Android\platform-tools" as value. Now you have implemented ADB with Windows Terminal.
6. Turn on USB Debugging on your Android phone and connect it to your PC.
7. Open your terminal of choice, type "adb devices" and push ENTER.
8. Tap "Allow" on your phone.
9. Congrats. Now you can use the ADB commands you want!
Thanks for Watching! :)
👍 If you enjoyed the video, please leave a like.
💬 If you have any questions or feedback, please leave a comment!
#adb #android #developers #debugging #guide #techtips #tutorial #smartphone