Windows prep for Android tools

Clean step-by-step downloads for your phone setup.

Open one installer at a time, finish it, then move forward. The page keeps the order simple and ends with the exact test commands you need.

Test commands
Order TeamViewer first

Then install Platform Tools and the rest in sequence.

Goal Get `adb` working

Finish the last section to verify `adb`, `fastboot`, `python`, and `git`.

Follow the same rhythm for each step.

  1. Open the current download link.
  2. Install or extract it before marking the step complete.
  3. Mark a step complete to unlock the following tool.
  4. Run the command checks at the end.

Setup tracker

0 of 7 completed

Test the tools in Command Prompt

adb version
fastboot --version
python --version
git --version

adb devices

Before `adb devices`

Connect the phone with USB, unlock it, and allow the USB debugging prompt if it appears.

If `adb` is not found

Reopen Command Prompt after installing Platform Tools, or add the extracted `platform-tools` folder to your PATH.

If the phone does not show up

Try a data-capable cable, another USB port, and Huawei HiSuite drivers if Windows did not detect the device correctly.