Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Android Studio
Integrated development environment for the Android platform

Android Studio is the official IDE for Google's Android operating system, built on JetBrains' IntelliJ IDEA and designed specifically for Android development. Available on Windows, macOS, and Linux, it replaced the Eclipse Android Development Tools as the primary IDE. Announced at Google I/O in 2013, Android Studio reached stable release in 2014. Since May 2019, Kotlin is Google's preferred language for Android apps, alongside continued support for Java and C++. Licensed under Apache but not fully open source due to some non-free SDK components.

Related Image Collections Add Image
We don't have any YouTube videos related to Android Studio yet.
We don't have any PDF documents related to Android Studio yet.
We don't have any Books related to Android Studio yet.
We don't have any archived web articles related to Android Studio yet.

Features

Plugin Ecosystem and Extensibility

Android Studio's architecture is designed to be highly extensible, allowing developers to tailor the IDE to their specific needs through a robust plugin ecosystem. Plugins can introduce new functionalities, integrate external tools, and enhance existing features, thereby streamlining the development process.

Built-in Plugins: Essential tools integrated into Android Studio, such as Android Support, Kotlin Support, and Git Integration.

Third-Party Plugins: Popular community-driven extensions like Firebase Assistant, ButterKnife Zelezny, and SQLDelight, which expand functionality.

Developing Custom Plugins: The process of building new plugins using the IntelliJ Platform SDK and Gradle plugins for automation and customization.

Managing Plugins: Best practices for installing, updating, and optimizing plugins to maintain performance and compatibility.

Built-in Plugins

Out of the box, Android Studio includes a set of built-in plugins that support essential development tasks:

  • Android Support: Provides tools and integrations specific to Android development, including project templates, wizards, and the Android SDK manager.10
  • Kotlin Support: Since Kotlin became Google's preferred language for Android app development in 2019, Android Studio has integrated comprehensive support for Kotlin, facilitating seamless development experiences.11
  • Git Integration: Offers version control support, enabling developers to manage code repositories directly within the IDE.12

Third-Party Plugins

Beyond the built-in options, developers can access a vast array of third-party plugins to extend Android Studio's capabilities:

  • Firebase Assistant: Simplifies the process of adding Firebase services to an app, such as analytics, authentication, and cloud messaging.13
  • ButterKnife Zelezny: Automates the generation of view bindings for Android's ButterKnife library, reducing boilerplate code.
  • SQLDelight: Assists in generating type-safe APIs from SQL statements, streamlining database interactions within Android applications.

These plugins, among many others, are available through the JetBrains Plugin Repository and can be easily installed via Android Studio's plugin manager.14

Developing Custom Plugins

For specialized requirements, developers have the option to create custom plugins:

  • IntelliJ Platform SDK: Android Studio is built upon JetBrains' IntelliJ IDEA, and developers can utilize the IntelliJ Platform SDK to develop plugins that extend the IDE's functionality. 15
  • Gradle Plugins: Custom Gradle plugins can automate build processes, manage dependencies, and perform other build-related tasks, enhancing the efficiency of project workflows.

Comprehensive documentation and community resources are available to guide developers through the process of plugin development, ensuring that even complex extensions can be implemented effectively. 16

Managing Plugins

Effective management of plugins is crucial to maintain an optimal development environment:

  • Installation and updates: Plugins can be installed and updated directly through Android Studio's plugin manager, accessible via the settings menu. 17
  • Compatibility considerations: It's important to ensure that plugins are compatible with the specific version of Android Studio in use to prevent potential conflicts or issues. 18
  • Performance impact: While plugins add valuable features, an excessive number can lead to increased resource consumption. Regularly reviewing and disabling unnecessary plugins can help maintain IDE performance.

By leveraging the plugin ecosystem, developers can customize Android Studio to align with their workflows, integrate preferred tools, and enhance productivity, making it a versatile environment for Android application development.

The following features are provided in the current stable version:1920

  • Gradle-based build support
  • Android-specific refactoring and quick fixes
  • Lint tools to catch performance, usability, version compatibility and other problems
  • ProGuard integration and app-signing capabilities
  • Template-based wizards to create common Android designs and components
  • A rich layout editor that allows users to drag-and-drop UI components, option to preview layouts on multiple screen configurations21
  • Support for building Android Wear apps
  • Built-in support for Google Cloud Platform, that enables integration with Firebase Cloud Messaging (Earlier 'Google Cloud Messaging') and Google App Engine22
  • Android Virtual Device (Emulator) to run and debug apps in the Android studio.

Android Studio supports all the same programming languages of IntelliJ (and CLion) e.g. Java, C++, and with more extensions, such as Go;23 and Android Studio 3.0 or later supports Kotlin,24 and "Android Studio includes support for using a number of Java 11+ APIs without requiring a minimum API level for your app".25 External projects backport some Java 9 features.26 While IntelliJ states that Android Studio supports all released Java versions, and Java 12, it's not clear to what level Android Studio supports Java versions up to Java 12 (the documentation mentions partial Java 8 support). At the very least some new language features up to Java 12 are also usable in Android.27

Once an app has been compiled with Android Studio, it can be published on the Google Play Store. The application has to be in line with the Google Play Store developer content policy.

Version history

The following is a list of Android Studio's major releases:28

VersionRelease date
1.0December 2014
1.1February 2015
1.2April 2015
1.3July 2015
1.4September 2015
1.5November 2015
2.0April 2016
2.1April 2016
2.2September 2016
2.3March 2017
3.0October 2017
3.1March 2018
3.2September 2018
3.3January 2019
3.4April 201929
3.5August 2019
3.6February 2020
4.0May 2020
4.1Oct 202030
4.2May 202131
Arctic Fox (2020.3.1)July 202132
Bumblebee (2021.1.1)January 202233
Chipmunk (2021.2.1)May 202234
Dolphin (2021.3.1)September 202235
Electric Eel (2022.1.1)January 202336
Flamingo (2022.2.1)April 202337
Giraffe (2022.3.1)July 202338
Hedgehog (2023.1.1)November 202339
Iguana (2023.2.1)February 202440
Jellyfish (2023.3.1)April 202441
Koala (2024.1.1)June 202442
Koala Feature Drop (2024.1.2)August 202443
Ladybug (2024.2.1)October 202444
Meerkat (2024.3.1)March 202545
Narwhal (2025.1.1)TBD

System requirements

Basic system requirements for Android Studio46
Microsoft WindowsmacOSLinux
Operating System VersionMicrosoft Windows 8/10 (64-bit)macOS 10.14 Mojave or newerAny 64-bit Linux distribution that supports GNOME, KDE, or Unity; GNU C Library (glibc) 2.31 or later
Required RAM8 GB or more
Free space8 GB of available disk space minimum
Minimum screen resolution1280 x 800 minimum screen resolution

These features includes requirements for IDE + Android SDK + Android Emulator.47

  • Windows: x86_64 CPU architecture; 2nd generation Intel Core or newer, or AMD CPU with support for a Windows Hypervisor;
  • Mac OS: ARM-based chips, or 2nd generation Intel Core or newer with support for Hypervisor.Framework;
  • Linux: x86_64 CPU architecture; 2nd generation Intel Core or newer, or AMD processor with support for AMD Virtualization (AMD-V) and SSSE3;
  • Windows: CPU with UG (unrestricted guest) support;
  • Intel Hardware Accelerated Execution Manager (HAXM) 6.2.1 or later (HAXM 7.2.0 or later recommended).

The use of hardware acceleration has additional requirements on Windows and Linux:

  • Intel processor on Windows or Linux: Intel processor with support for Intel VT-x, Intel EM64T (Intel 64), and Execute Disable (XD) Bit functionality;
  • AMD processor on Linux: AMD processor with support for AMD Virtualization (AMD-V) and Supplemental Streaming SIMD Extensions 3 (SSSE3);
  • AMD processor on Windows: Android Studio 3.2 or higher and Windows 10 April 2018 release or higher for Windows Hypervisor Platform (WHPX) functionality.

For an attached webcam to work with Android 8.1 (API level 27) and higher system images, it must have the capability to capture 720p frames.48

References

  1. "Download Android Studio and SDK tools". Android Developers. Archived from the original on May 14, 2016. Retrieved July 19, 2016. https://developer.android.com/studio

  2. Ducrohet, Xavier; Norbye, Tor; Chou, Katherine (May 15, 2013). "Android Studio: An IDE built for Android". Android Developers Blog. Archived from the original on November 4, 2015. Retrieved May 16, 2013. https://android-developers.blogspot.in/2013/05/android-studio-ide-built-for-android.html

  3. "Getting Started with Android Studio". Android Developers. Archived from the original on November 20, 2014. Retrieved May 14, 2013. https://developer.android.com/sdk/installing/studio.html

  4. "Com.google.AndroidStudio/Com.google.AndroidStudio.appdata.XML at master · flathub/Com.google.AndroidStudio". GitHub. Archived from the original on February 15, 2024. Retrieved February 15, 2024. https://github.com/flathub/com.google.AndroidStudio/blob/master/com.google.AndroidStudio.appdata.xml#L5

  5. "Download Android Studio". Android Developers. Archived from the original on November 20, 2014. Retrieved June 13, 2015. https://developer.android.com/sdk/installing/studio.html

  6. "Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout". VentureBeat. December 8, 2014. Archived from the original on June 12, 2018. Retrieved December 9, 2014. https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/

  7. "An update on Eclipse Android Developer Tools". June 26, 2015. Archived from the original on September 27, 2022. Retrieved September 27, 2022. https://android-developers.googleblog.com/2015/06/an-update-on-eclipse-android-developer.html

  8. "Google I/O 2019: Empowering developers to build the best experiences on Android + Play". Android Developers Blog. May 7, 2019. Archived from the original on January 8, 2024. Retrieved January 8, 2024. https://android-developers.googleblog.com/2019/05/google-io-2019-empowering-developers-to-build-experiences-on-Android-Play.html

  9. Sinicki, Adam (August 10, 2019). "I want to develop Android Apps — What languages and program I should use & learn?". Android Authority. Retrieved September 12, 2019. https://www.androidauthority.com/develop-android-apps-languages-learn-391008/

  10. "JetBrains Marketplace". JetBrains Marketplace. Retrieved February 26, 2025. https://plugins.jetbrains.com/androidstudio

  11. "Kotlin and Android". Android Developers. Retrieved February 26, 2025. https://developer.android.com/kotlin

  12. "JetBrains Marketplace". JetBrains Marketplace. Retrieved February 26, 2025. https://plugins.jetbrains.com/androidstudio

  13. "JetBrains Marketplace". JetBrains Marketplace. Retrieved February 26, 2025. https://plugins.jetbrains.com/androidstudio

  14. "JetBrains Marketplace". JetBrains Marketplace. Retrieved February 26, 2025. https://plugins.jetbrains.com/androidstudio

  15. "IntelliJ Platform SDK | IntelliJ Platform Plugin SDK". IntelliJ Platform Plugin SDK Help. Retrieved February 26, 2025. https://plugins.jetbrains.com/docs/intellij/welcome.html

  16. "IntelliJ Platform SDK | IntelliJ Platform Plugin SDK". IntelliJ Platform Plugin SDK Help. Retrieved February 26, 2025. https://plugins.jetbrains.com/docs/intellij/welcome.html

  17. "JetBrains Marketplace". JetBrains Marketplace. Retrieved February 26, 2025. https://plugins.jetbrains.com/androidstudio

  18. "JetBrains Marketplace". JetBrains Marketplace. Retrieved February 26, 2025. https://plugins.jetbrains.com/androidstudio

  19. Honig, Zach (May 15, 2013). "Google intros Android Studio, an IDE for building apps". Engadget. AOL. Archived from the original on July 26, 2018. Retrieved May 16, 2013. https://www.engadget.com/2013/05/15/google-android-studio/

  20. "Android Studio Overview". Archived from the original on July 20, 2022. Retrieved July 20, 2022. https://web.archive.org/web/20220720074626/https://android-doc.github.io/tools/studio/index.html

  21. Olanoff, Drew (May 15, 2013). "Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout". TechCrunch. AOL. Archived from the original on May 17, 2013. Retrieved May 16, 2013. https://techcrunch.com/2013/05/15/google-launches-android-studio-a-development-tool-for-apps/

  22. "Android Studio BETA". Google. May 15, 2013. Archived from the original on November 20, 2014. Retrieved August 15, 2014. https://developer.android.com/sdk/installing/studio.html

  23. Google Go language IDE built using the IntelliJ Platform: go-lang-plugin-org/go-lang-idea-plugin, Go Language support for IDEA based IDEs, February 23, 2019, archived from the original on April 14, 2019, retrieved February 23, 2019, Supported IDEs [..] Android Studio 1.2.1+ https://github.com/go-lang-plugin-org/go-lang-idea-plugin#Deprecation-notice

  24. "Get Started with Kotlin on Android | Android Developers". developer.android.com. Archived from the original on October 26, 2017. Retrieved October 25, 2017. https://developer.android.com/kotlin/get-started.html

  25. "Java 11+ APIs available through desugaring | Android Studio". Android Developers. Retrieved August 15, 2024. https://developer.android.com/studio/write/java11-default-support-table

  26. "android-retroflow: Backport of Java 9 (JEP 266) reactive-streams Flow and SubmissionPublisher API for Android Studio 3.0 desugar toolchain, forked from [..]". retrostreams. October 22, 2017. Archived from the original on June 27, 2018. Retrieved October 25, 2017. https://github.com/retrostreams/android-retroflow

  27. "Android's Java 9, 10, 11, and 12 Support". Jake Wharton. November 27, 2018. Archived from the original on February 24, 2019. Retrieved February 23, 2019. Hopefully by the time Java 12 is actually released D8 will have implemented desugaring for Java 11's nestmates. Otherwise the pain of being stuck on Java 10 will go up quite a bit! https://jakewharton.com/androids-java-9-10-11-and-12-support/

  28. "Android Studio Release Notes". Android Developers Official Website. August 2019. Archived from the original on July 18, 2017. Retrieved September 2, 2019. https://developer.android.com/studio/releases/index.html

  29. "Google Android Studio 3.4 Now Available, Here's What's New - Appetiser". April 25, 2019. Archived from the original on October 18, 2023. Retrieved October 26, 2020. https://appetiser.com.au/blog/google-android-studio-3-4-now-available-heres-whats-new/

  30. "Android Studio 4.1". Archived from the original on June 13, 2023. Retrieved October 13, 2020. https://android-developers.googleblog.com/2020/10/android-studio-41.html

  31. "Android Studio 4.2 available in the Stable channel". Archived from the original on May 26, 2021. Retrieved May 6, 2021. https://androidstudio.googleblog.com/2021/05/android-studio-42-available-in-stable.html

  32. "Android Studio Arctic Fox available in the Stable channel". Archived from the original on March 28, 2023. Retrieved July 30, 2021. https://androidstudio.googleblog.com/2021/07/android-studio-arctic-fox-available-in.html

  33. "Android Studio Bumblebee (2021.1.1) Stable". Archived from the original on June 2, 2023. Retrieved January 26, 2022. https://android-developers.googleblog.com/2022/01/android-studio-bumblebee-202111-stable.html

  34. "Android Studio Chipmunk". Android Developers Blog. Archived from the original on June 2, 2023. Retrieved May 12, 2022. https://android-developers.googleblog.com/2022/05/android-studio-chipmunk.html

  35. "Android Studio Dolphin". Android Developers Blog. Archived from the original on April 19, 2023. Retrieved September 16, 2022. https://android-developers.googleblog.com/2022/09/android-studio-dolphin.html

  36. "Android Studio Electric Eel". Android Developers Blog. Archived from the original on June 3, 2023. Retrieved January 13, 2023. https://android-developers.googleblog.com/2023/01/android-studio-electric-eel.html

  37. "Android Studio Flamingo". Android Developers Blog. Archived from the original on June 1, 2023. Retrieved April 17, 2023. https://android-developers.googleblog.com/2023/04/android-studio-flamingo-is-stable.html

  38. "Android Studio Giraffe". Android Developers Blog. Archived from the original on September 13, 2023. Retrieved July 26, 2023. https://android-developers.googleblog.com/2023/07/android-studio-giraffe-is-stable.html

  39. "Android Studio Hedgehog". Android Developers Blog. Archived from the original on December 1, 2023. Retrieved December 1, 2023. https://android-developers.googleblog.com/2023/11/android-studio-hedgehog-is-stable.html

  40. "Android Studio Iguana". Android Developers Blog. Archived from the original on March 5, 2024. Retrieved March 5, 2024. https://android-developers.googleblog.com/2024/02/android-studio-iguana-is-stable.html

  41. "Android Studio Jellyfish". Android Developers Blog. Archived from the original on May 3, 2024. Retrieved May 3, 2024. https://android-developers.googleblog.com/2024/04/android-studio-jellyfish-is-stable.html

  42. "Android Studio Koala". Android Developers Blog. Archived from the original on June 13, 2024. Retrieved June 13, 2024. https://androidstudio.googleblog.com/2024/06/android-studio-koala-202411-now.html

  43. "Android Studio Koala Feature Drop | 2024.1.2 now available". Android Studio Release Updates. Archived from the original on September 1, 2024. Retrieved September 15, 2024. https://web.archive.org/web/20240901115926/https://androidstudio.googleblog.com/2024/08/android-studio-koala-feature-drop_29.html

  44. "Android Studio Ladybug | 2024.2.1 now available". Android Studio Release Updates. Retrieved March 15, 2025. https://androidstudio.googleblog.com/2024/10/android-studio-ladybug-202421-now.html

  45. "Android Studio Meerkat | 2024.3.1 now available". Android Studio Release Updates. Retrieved March 15, 2025. https://androidstudio.googleblog.com/2025/03/android-studio-meerkat-202431-now.html

  46. "Download Android Studio and SDK tools". Android Developers. Archived from the original on May 14, 2016. Retrieved March 7, 2022. https://developer.android.com/studio

  47. "Download Android Studio and SDK tools". Android Developers. Archived from the original on May 14, 2016. Retrieved March 7, 2022. https://developer.android.com/studio

  48. "Emulator release notes". Android Developers. Archived from the original on June 5, 2022. Retrieved May 12, 2022. https://developer.android.com/studio/releases/emulator#27-1-10