Android Flash Tool allows you to flash an Android build to your device for development and testing. To get started, you need a development machine and an Android device.
Minimum requirements to run the flashing tool
Your development machine must meet these requirements:
- Browser: Any browser supporting WebUSB, such as Chrome or Edge 79+.
- Platforms:
- Linux
- macOS
- Chrome OS
- Windows (requires an additional USB driver)
Install Windows drivers
To work with fastboot and flash devices on a Windows machine, you need a customized USB driver from the Android SDK. For more details, see Install OEM USB drivers on the Android Developers site.
adb kill-server
Device requirements
You can flash a new version of Android to these supported devices:
- DragonBoard 845c (db845c)
- HiKey 960
- HiKey
- Glass Enterprise Edition 2 builds
- Pixel 2 and newer
Prepare your device
Before you can flash a build to your device, you must prepare your device:
- Enable Developer options and USB debugging.
- Enable OEM Unlocking in the Developer options menu. If your bootloader is already unlocked, this option is grayed out with Bootloader is already unlocked.
- If you're having trouble enabling OEM Unlocking, make sure:
- Your device is connected to the internet.
- Your device has checked in with Google, which may not be the case just because your device recently connected to the internet. To force a check in, enter *#*#CHECKIN#*#* (*#*#2432546#*#*) in the Dialer (no SIM required). After entering the number (no need to press call), the text disappears and a success notification appears.
Flash your device
- Connect your device directly to your development machine (no hubs, adapters, extenders, or monitors).
- Open flash.android.com in a browser on your development machine. It opens to the Welcome page.
- Allow the flash tool to communicate with your test device through adb by accepting the popup that says Allow site access to your ADB keys in order to communicate with devices.
- Click Add new device.
- Select your device from the list and click Connect. This list may not contain the full device name.
- On your device’s screen, select Always allow from this computer and click OK to accept the USB debugging connection.
- Select the connected device in your browser.
- Search for and select your desired build from the list. You can also select options, such as wiping the device or force flashing all partitions.
- Click Install to start the process. The device reboots and enters fastboot mode.
- After Flash Complete appears, disconnect the device from the USB cable.
USB transfer errors
Sometimes Android devices have trouble communicating through certain USB ports or hubs due to the high throughput of data. To improve reliability:
- Don't use USB hubs. This includes connections through monitors.
- Don't use USB extension cables or adapters if possible.
- Try a different USB port. Rear ports are often more reliable than front ones.
- If you're using a USB C port, try a USB A port instead.
Flash back to latest public build
If you want to return your Pixel device to the public build you can flash back to the latest factory image and lock your device here.