

Extract the ZIP file into a folder you can easily remember (like C:/platform-tools).Download the SDK platform tools for Windows from the Android Developers website.If you prefer to set up ADB and the platform tools on Windows manually, we've got you covered: To confirm that it works on Windows, open a new PowerShell window, connect your phone, and enter the ADB devices command. You'll open the Windows PowerShell (search for it using the Start menu) and paste the following command into it: iex ((New- Object ).DownloadString( '')) On Windows, you'll need to go a slightly different path. The script also works for the latest Macs with custom M chips and Linux on Chromebooks (here's how to enable Linux on Chrome OS).
