Preview Channel

    From time to time the Android SDK team will release "previews" -- these let developers get an idea of the future changes to the tools and provide us with early feedback. We try to make sure they are reasonably stable releases. 
    There are two kind of previews that we can release:
    • From the SDK Manager, developers can get previews of Tools and Platform-Tools packages.
    • From the Eclipse update site, developers can get previews of the ADT plugin for Eclipse.
    Please see the details below on how to configure your system to get these and how to "roll" back to the stable versions.

    To find out the latest features available in the SDK tools, check the Recent Changes page.

    SDK Manager: Tools Previews

    To enable Tools and Platform-Tools previews in the SDK Manager:
    • Open the SDK Manager, typically by running the android tool.
    • Open Tools > Options...
    • Check "Enable Preview Tools"

    • Once you close the options dialog, the SDK Manager will display both the latest stable version of the tools and the latest preview available.

    • To install the preview version of the tools, simply select the "Android SDK Tools" package in the "Tools (Preview Channel)" section and click install. This replace the existing tools by the preview version.
    • If you later decide you want to go back to the previous version, simply select the "Android SDK Tools" package in the "Tools" section and click install. This will replace the tools.

    Android Studio Previews

    Android Studio has a built-in preview update mechanism. The IDE connects regularly to the update server and will present a popup at startup when a new preview is available.

    Eclipse: ADT Previews

    To configure Eclipse to find ADT Previews:
    • Start Eclipse, then select Help > Install New Software.
    • Click the "Add" button, in the top-right corner.
    • In the Add Repository dialog that appears, enter "ADT Previews" for the Name and the following URL for the Location:
      • https://dl-ssl.google.com/android/eclipse-preview/
    • Click OK.

    If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
    In the Available Software dialog, select the checkbox next to Developer Tools and click Next:



    Note that the "Work with" pop-up lets your switch between both update-sites (the stable one vs the preview one). However once you update to a set of plugins, Eclipse will only show you newer plugins.

    What about updates?
    If there's a new stable plugin, it will appear listed on both the regular ADT update-site and the ADT preview site. Simply open Help > Install New Software, select one of the 2 ADT update-sites and expand the "Developer Tools" category. If something appears here, it's a new version.

    Fine, but how do I revert to the old version?
    If for some reason you installed an ADT preview and need to revert back to the current stable, you can't use the dialog to install "new" software since what you want is actually an older one. Instead do this:
      • Open Help > About Eclipse... on Windows or Linux. On Mac, use the app's menu > About...
      • Click the "Installation Details" button.
      • Select the "Installation History" tab.
      • Select one of the previous configurations.
      • Click the "Revert" button at the bottom.

    Note: if you can't use the Eclipse update-site, follow this link to download ADT preview as a zip file. Zip files for stable versions are available at the regular Android site.
    Comments