Download Android Studio 2.2 For Linux

The official Android IDE

The new Android Emulator is available with Android Studio 2.0 or higher, which is available in both the Stable, Beta and Canary channels. Once you make sure you have the appropriate emulator system image and other tools: Open the SDK Manager from Android Studio.

  • Android Studio IDE
  • Android SDK tools
  • Android 5.0 (Lollipop) Platform
  • Android 5.0 emulator system image with Google APIs

To get Android Studio or stand-alone SDK tools, visit developer.android.com/sdk/

Intelligent code editor

At the core of Android Studio is an intelligent code editor capable of advanced code completion, refactoring, and code analysis.

The powerful code editor helps you be a more productive Android app developer.

Code templates and GitHub integration

New project wizards make it easier than ever to start a new project.

Start projects using template code for patterns such as navigation drawer and view pagers, and even import Google code samples from GitHub.

Multi-screen app development

Build apps for Android phones, tablets, Android Wear, Android TV, Android Auto and Google Glass.

With the new Android Project View and module support in Android Studio, it's easier to manage app projects and resources.

Virtual devices for all shapes and sizes

Android Studio comes pre-configured with an optimized emulator image.

The updated and streamlined Virtual Device Manager provides pre-defined device profiles for common Android devices.

Android builds evolved, with Gradle

Create multiple APKs for your Android app with different features using the same project.

Android

Manage app dependencies with Maven.

Build APKs from Android Studio or the command line.

More about Android Studio

  • Built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains.
  • Flexible Gradle-based build system.
  • Build variants and multiple APK generation.
  • Expanded template support for Google Services and various device types.
  • Rich layout editor with support for theme editing.
  • Lint tools to catch performance, usability, version compatibility, and other problems.
  • ProGuard and app-signing capabilities.
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine.

For more details about features available in Android Studio,read the guide to Android Studio Basics.

If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDEfor Android, so you should migrate to Android Studio to receive all thelatest IDE updates. For help moving projects,see Migrating to AndroidStudio.

System Requirements

Windows

  • Microsoft® Windows® 8/7/Vista/2003 (32 or 64-bit)
  • 2 GB RAM minimum, 4 GB RAM recommended
  • 400 MB hard disk space
  • At least 1 GB for Android SDK, emulator system images, and caches
  • 1280 x 800 minimum screen resolution
  • Java Development Kit (JDK) 7
  • Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T(Intel® 64), and Execute Disable (XD) Bit functionality

Mac OS X

  • Mac® OS X® 10.8.5 or higher, up to 10.9 (Mavericks)
  • 2 GB RAM minimum, 4 GB RAM recommended
  • 400 MB hard disk space
  • At least 1 GB for Android SDK, emulator system images, and caches
  • 1280 x 800 minimum screen resolution
  • Java Runtime Environment (JRE) 6
  • Java Development Kit (JDK) 7
  • Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T(Intel® 64), and Execute Disable (XD) Bit functionality

On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized fontrendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.

Linux

  • GNOME or KDE desktop
  • GNU C Library (glibc) 2.11 or later
  • 2 GB RAM minimum, 4 GB RAM recommended
  • 400 MB hard disk space
  • At least 1 GB for Android SDK, emulator system images, and caches
  • 1280 x 800 minimum screen resolution
  • Oracle® Java Development Kit (JDK) 7

Tested on Ubuntu® 12.04, Precise Pangolin (64-bit distribution capable of running32-bit applications).

Other Download Options

SDK Tools Only

If you prefer to use a different IDE or run the tools from thecommand line or with build scripts, you can instead download the stand-alone Android SDK Tools.These packages provide the basic SDK tools for app development, without an IDE.Also see the SDK tools release notes.

PlatformPackageSizeSHA-1 Checksum
Windowsinstaller_r24.0.2-windows.exe (Recommended) 91428280 bytesedac14e1541e97d68821fa3a709b4ea8c659e676
android-sdk_r24.0.2-windows.zip139473113 bytes51269c8336f936fc9b9538f9b9ca236b78fb4e4b
Mac OS Xandroid-sdk_r24.0.2-macosx.zip87262823 bytes3ab5e0ab0db5e7c45de9da7ff525dee6cfa97455
Linuxandroid-sdk_r24.0.2-linux.tgz140097024 bytesb6fd75e8b06b0028c2427e6da7d8a09d8f956a86

All Android Studio Packages

Select a specific Android Studio package for your platform. Also see theAndroid Studio release notes.

PlatformPackageSizeSHA-1 Checksum
Windowsandroid-studio-bundle-135.1641136.exe
(Recommended)
868344232 bytes9c1c8ea6aa17fb74e0593c62fd48ee62a8950be7
android-studio-ide-135.1641136.exe
(No SDK tools included)
260272840 bytes464d1c5497ab3d1bdef441365791ab36c89cd5ae
android-studio-ide-135.1641136-windows.zip246249059 bytes6d6856aca83f6ff747ca40b10f70edfbbcccd91c
Mac OS Xandroid-studio-ide-1641136.dmg245729073 bytes49506ba2cf6b56be4f7d07e6a00c4ec3ba2249d5
Linuxandroid-studio-ide-135.1641136-linux.zip243917559 bytes7c8f2d0cec21b98984cdba45ab5a25f26d67f23a
Recent Changes‎ > ‎

Android Studio 2.0

Android Studio 2.2 Preview 2 Available

posted May 27, 2016, 11:02 AM by Tor Norbye [ updated May 27, 2016, 11:40 AM]

Android Studio 2.1

We've just released Android Studio 2.2 Preview 2 to the canary channel.
This build contains a number of fixes for various critical bugs found in preview 1:
  • ConstraintLayout: version 1.0.0-alpha2
    • Fixed guidelines crash on device
    • Fixed typo in attribute name (leftToLeft)
    • Changed orientation attribute namespace from app to android to fix a conflict with GridLayout
    • ConstraintLayout now works properly inside ScrollView
    • ConstraintLayout now works properly inside RecyclerView
    • Percentage positioning of guidelines is now parsed as an integer instead of a dimension
    • Better behavior for match_parent on the device. The behavior is now the same as 0dp (the widget stretches according to its constraints)
  • Layout Editor
    • Fixed bug which sometimes turned fonts blue in other editors (.xml, .java)
    • Fewer generated XML attributes
    • Better behavior for match_parent in the editor
    • Fixed widgets resizing during drag
    • Improved guidelines representation in the editor
    • Improved auto conversion to ConstraintLayout
    • Improved edition of nested layouts
    • Various bug fixes and improvements in the editor
  • Fixed bug preventing the IDE from starting on some Linux distributions (in particular where /bin/sh is not bash)
  • Export Signed APK wizard was exporting to the wrong folder (issue 210520)
  • Fixed bug in welcome screen which meant some users couldn't create new projects
  • Fixed embedded JDK handling
  • Fixed a bug bugs in the native/hybrid debugger
  • Disabled a couple of Groovy inspections that reported incorrect errors in build.gradle files
  • Fixed an instant run bug which for some users resulted in every run turning into a full build
  • Fixed a couple of crashes in lint (in the new Gradle plugin, 2.2 alpha 2)
  • A bunch of improvements to the accessibility support
Unfortunately the Espresso Test Recorder is still not in this build; we're addressing a few more issues and then hope to have it ready in the next build!
Also, due to a bug, we're not able to offer patches from Preview 1 to Preview 2, so you'll need to download a complete install (and the complete install is a bit bigger in 2.2 than in the past since we now bundle a copy of OpenJDK to address a number of font rendering and other stability issues). However, the bug should be fixed in this build such that patching from Preview 2 to the next build will work.
To download Android Studio 2.2 Preview 2, visit its download page.
As always, thank you for helping us test Android Studio preview builds!