page.title=Getting Started with Android Studio @jd:body

EARLY ACCESS PREVIEW

This download includes:

  • Android Studio early access preview
  • All the Android SDK Tools to design, test, debug, and profile your app
  • The latest Android platform to compile your app
  • The latest Android system image to run your app in the emulator

Android Studio is a new Android development environment based on IntelliJ IDEA. Similar to Eclipse with the ADT Plugin, Android Studio provides integrated Android developer tools for development and debugging. On top of the capabilities you expect from IntelliJ, Android Studio offers:

Caution: Android Studio is currently available as an early access preview. Several features are either incomplete or not yet implemented and you may encounter bugs. If you are not comfortable using an unfinished product, you may want to instead download (or continue to use) the ADT Bundle (Eclipse with the ADT Plugin).

Installing Android Studio

  1. Download the Android Studio package from above.
  2. Install Android Studio and the SDK tools:

    Windows:

    1. Launch the downloaded EXE file, {@code android-studio-bundle-<version>.exe}.
    2. Follow the setup wizard to install Android Studio.

    Mac OS X:

    1. Open the downloaded DMG file, {@code android-studio-bundle-<version>.dmg}.
    2. Drag and drop Android Studio into the Applications folder.

    Linux:

    1. Unpack the downloaded Tar file, {@code android-studio-bundle-<version>.tgz}, into an appropriate location for your applications.
    2. To launch Android Studio, navigate to the {@code android-studio/bin/} directory in a terminal and execute {@code studio.sh}.

      You may want to add {@code android-studio/bin/} to your PATH environmental variable so that you can start Android Studio from any directory.

That's it! You're ready to start developing apps with Android Studio.

Note: On Windows and Mac, the individual tools and other SDK packages are saved within the Android Studio application directory. To access the tools directly, use a terminal to navigate into the application and locate the {@code sdk/} directory. For example:

Windows: \Users\<user>\AppData\Local\Android\android-studio\sdk\

Mac: /Applications/Android\ Studio.app/sdk/

Starting a Project

When you launch Android Studio for the first time, you'll see a Welcome screen that offers several ways to get started:

For additional help using Android Studio, read Tips and Tricks.

As you continue developing apps, you may need to install additional versions of Android for the emulator and other packages such as the Android Support Library. To install more packages, use the SDK Manager, which you can open from Android Studio by clicking SDK Manager in the toolbar.