page.title=Setting Up Hardware and AVDs @jd:body
The Android L developer preview provides you with 32-bit system images to flash the following devices:
In addition, you also get the emulator system images, which includes experimental 64-bit system images along with standard 32-bit system images.
Warning: This is a preview version of the Android system image, and is subject to change. Your use of this system image is governed by the Android SDK Preview License Agreement. The Android preview system image is not a stable release, and may contain errors and defects that can result in damage to your computer systems, devices, and data. The preview Android system image is not subject to the same testing as the factory OS and can cause your phone and installed services and applications to stop working.
<l_download_dir>
in these
instructions).Alternatively, you can enter fastboot mode by booting up
the device and running adb reboot bootloader
with USB debugging
turned on.
<l_download_dir>/flash-all
script
corresponding to your platform. This script flashes all of the system data
onto the phone.fastboot oem lock
.
(This does not wipe your device.) Once you do this, you will not be able to
flash your device until you run run fastboot oem unlock
,
which unlocks the bootloader and wipes your device. We recommend you leave the
bootloader unlocked until you are done with flashing the device.If you want to uninstall the L Preview and revert the device to factory specifications, go to developers.google.com/android and download the image you want to flash to for your device. Follow the instructions on that page to flash the image to your device.
You can set up Android Virtual Devices (AVD) and use the emulator to build and test apps with the L Preview.
To create an AVD with the AVD Manager: