# Android Studio

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Android_Studio
> Markdown URL: https://mediated.wiki/source/Android_Studio.md
> Source: https://en.wikipedia.org/wiki/Android_Studio
> Source revision: 1345664291
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Integrated development environment for the Android platform

Android Studio Screenshot of Android Studio Ladybug Developer Google Stable release 2025.3.4[1] / 21 April 2026; 2 months ago (21 April 2026) Preview release 2026.1.1[2] / 16 April 2026; 2 months ago (16 April 2026) Written in Java, Kotlin and C++ Operating system Windows, macOS, Linux, ChromeOS[3] Size 8.1 to 9.5 GB[3] Type Integrated development environment (IDE) License Android SDK license[4] Apache License (editor, Gradle) Website developer.android.com/studio Repository android.googlesource.com/platform/tools/, cs.android.com/android-studio

**Android Studio** is the official[5] [IDE](/source/Integrated_development_environment) for writing [Android](/source/Android_(operating_system)) software. It bundles together a source code editor based on [IntelliJ IDEA](/source/IntelliJ_IDEA), the [Gradle](/source/Gradle) build tool, and the [Android SDK](/source/Android_SDK).[6] It is available for download on [Windows](/source/Windows), [macOS](/source/MacOS) and [Linux](/source/Linux) based operating systems.[7] Each component provided with Android Studio is licensed under its own terms. Aside from the SDK, most of the components are distributed under the [Apache License](/source/Apache_License).

Android Studio was announced on May 16, 2013, at the [Google I/O](/source/Google_I%2FO) conference. It was in early access preview stage starting from version 0.1 in May 2013, then entered beta stage starting from version 0.8 which was released in June 2014.[8] The first stable build was released in December 2014, starting from version 1.0.[9] At the end of 2015, Google dropped support for [Eclipse ADT](/source/Eclipse_(software)#Android_Development_Tools), making Android Studio the only officially supported IDE for Android development.[10]

On May 7, 2019, [Kotlin](/source/Kotlin_(programming_language)) replaced [Java](/source/Java_(programming_language)) as Google's preferred language for Android app development.[11] Java is still supported, as is [C++](/source/C%2B%2B).[12]

## Features

This section needs to be updated. The reason given is: Android Studio now supports newer versions of Java. Please help update this article to reflect recent events or newly available information. (May 2024)

**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](/source/IntelliJ_IDEA) Platform SDK and [Gradle](/source/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.[13]

- **Kotlin Support**: Since [Kotlin](/source/Kotlin_(programming_language)) became Google's preferred language for Android app development in 2019, Android Studio has integrated comprehensive support for Kotlin, facilitating seamless development experiences.[14]

- **Git Integration**: Offers version control support, enabling developers to manage code repositories directly within the IDE.[13]

### 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.[13]

### 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.[15]

### 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.[13]

- **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.[13]

- **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:[16][17]

- [Gradle](/source/Gradle)-based build support

- Android-specific [refactoring](/source/Code_refactoring) and quick fixes

- [Lint](/source/Lint_(software)) tools to catch performance, usability, version compatibility and other problems

- [ProGuard](/source/ProGuard) integration and app-signing capabilities

- Template-based wizards to create common Android designs and components

- A rich [layout editor](/source/Graphical_user_interface_builder) that allows users to drag-and-drop UI components, option to [preview layouts](/source/WYSIWYG) on multiple screen configurations[18]

- Support for building [Android Wear](/source/Android_Wear) apps

- Built-in support for Google [Cloud](/source/Cloud_computing) Platform, that enables integration with Firebase Cloud Messaging (Earlier 'Google Cloud Messaging') and Google App Engine[19]

- Android Virtual Device ([Emulator](/source/Emulator)) to run and debug apps in the Android studio.

Android Studio supports all the same programming languages of [IntelliJ](/source/IntelliJ) (and [CLion](/source/CLion)) e.g. [Java](/source/Java_(programming_language)), [C++](/source/C%2B%2B), and with more extensions, such as [Go](/source/Go_(programming_language));[20] and Android Studio 3.0 or later supports [Kotlin](/source/Kotlin_(programming_language)),[21] and "Android Studio includes support for using a number of Java 11+ [APIs](/source/APIs) without requiring a minimum API level for your app".[22] External projects [backport](/source/Backporting) some Java 9 features.[23] While IntelliJ states that [Android](/source/Android_(operating_system)) Studio supports all released Java versions, and Java 12, it's not clear to what level Android Studio supports [Java](/source/Java_(programming_language)) 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.[24]

Once an app has been compiled with Android Studio, it can be published on the [Google Play Store](/source/Google_Play_Store). The application has to be in line with the Google Play Store [developer content policy](https://play.google/developer-content-policy/).

## Version history

The following is a list of Android Studio's major releases:[25]

Version IntelliJ IDEA version Release date 1.0 December 2014 1.1 February 2015 1.2 April 2015 1.3 July 2015 1.4 September 2015 1.5 November 2015 2.0 April 2016 2.1 April 2016 2.2 September 2016 2.3 March 2017 3.0 October 2017 3.1 March 2018 3.2 September 2018 3.3 January 2019 3.4 April 2019[26] 3.5 August 2019 3.6 February 2020 4.0 May 2020 4.1 Oct 2020[27] 4.2 May 2021[28] Arctic Fox 2020.3 July 2021[29] Bumblebee 2021.1 January 2022[30] Chipmunk 2021.2 May 2022[31] Dolphin 2021.3 September 2022[32] Electric Eel 2022.1 January 2023[33] Flamingo 2022.2 April 2023[34] Giraffe 2022.3 July 2023[35] Hedgehog 2023.1 November 2023[36] Iguana 2023.2 February 2024[37] Jellyfish 2023.3 April 2024[38] Koala 2024.1 June 2024[39] Ladybug 2024.2 October 2024[40] Meerkat 2024.3 March 2025[41] Narwhal 2025.1 June 2025[42] Otter 2025.2 October 2025[43] Panda 2025.3 February 2026[44]

## System requirements

Minimum system requirements for Android Studio[45] Microsoft Windows macOS Linux Operating System Version Microsoft Windows 10 (64-bit) macOS 12 Any 64-bit Linux distribution that supports GNOME, KDE Plasma, or Unity; GNU C Library (glibc) 2.31 or later RAM 8 GB (Studio only) 16 GB (Studio and Emulator) Free disk space 8 GB (Studio only) 16 GB (Studio and Emulator) Screen resolution 1280 x 800 CPU Virtualization support Required (Intel VT-x or AMD-V, enabled in BIOS). CPU microarchitecture after 2017. Intel 8th Gen Core i5 / AMD Zen Ryzen (e.g., Intel i5-8xxx, Ryzen 1xxx). Apple M1 chip, or 6th generation Intel Core or newer. e.g. 2016 MacBook Pro with i7-4770HQ processor or higher. Mac with Intel chips support will be phasing out Virtualization support Required (Intel VT-x or AMD-V, enabled in BIOS). CPU microarchitecture after 2017. Intel 8th Gen Core i5 / AMD Zen Ryzen (e.g., Intel i5-8xxx, Ryzen 1xxx). GPU None (Studio only) GPU with 4GB VRAM such as Nvidia Geforce 10 series or newer, or AMD Radeon RX 5000 or newer with the latest drivers (Studio and Emulator) Integrated Graphics None (Studio only) GPU with 4GB VRAM such as Nvidia Geforce 10 series or newer, or AMD Radeon RX 5000 or newer with the latest drivers (Studio and Emulator)

Recommended system requirements for Android Studio[45] Microsoft Windows macOS Linux Operating System Version Latest 64-bit version of Windows Latest 64-bit version of macOS Latest 64-bit version of Linux RAM 32 GB RAM or more Free disk space SSD with 32 GB or more Screen resolution 1920 x 1080 CPU Virtualization support Required (Intel VT-x or AMD-V, enabled in BIOS). Latest CPU microarchitecture. Look for CPUs from the Intel Core i5, i7, or i9 series and or the suffixes H/HK/HX for laptop or suffixes S/F/K for desktop, or the AMD Ryzen 5, 6, 7, or 9 series. Intel® Core™ N-Series and U-Series processors are not recommended due to insufficient performance. Latest Apple Silicon Virtualization support Required (Intel VT-x or AMD-V, enabled in BIOS). Latest CPU microarchitecture. Look for CPUs from the Intel Core i5, i7, or i9 series and or the suffixes H/HK/HX for laptop or suffixes S/F/K for desktop, or the AMD Ryzen 5, 6, 7, or 9 series. Intel® Core™ N-Series and U-Series processors are not recommended due to insufficient performance. GPU GPU with 8GB VRAM such as Nvidia Geforce 20 series or newer, or AMD Radeon RX6600 or newer with the latest drivers. Integrated Graphics GPU with 8GB VRAM such as Nvidia Geforce 20 series or newer, or AMD Radeon RX6600 or newer with the latest drivers.

These features includes requirements for IDE + Android SDK + Android Emulator.[45]

- 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)](/source/SSSE3);

- AMD processor on Windows: Android Studio 3.2 or higher and Windows 10 April 2018 release or higher for [Windows Hypervisor Platform (WHPX)](https://learn.microsoft.com/en-us/virtualization/api/) 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.[46]

## See also

- [List of Kotlin software and tools](/source/List_of_Kotlin_software_and_tools)

## References

1. **[^](#cite_ref-wikidata-e5640f6fe3d3bcfe3186ea67e9cbb27d1449f193-v20_1-0)** ["Android Studio Release Updates: Android Studio Panda 4 now available"](https://androidstudio.googleblog.com/2026/04/android-studio-panda-4-now-available.html). April 21, 2026.

1. **[^](#cite_ref-wikidata-68342f63c2c3a551d78b1319173990ed13b76077-v20_2-0)** ["Android Studio Release Updates: Android Studio Quail 1 Canary 1 now available"](https://androidstudio.googleblog.com/2026/04/android-studio-quail-1-canary-1-now.html). April 16, 2026.

1. ^ [***a***](#cite_ref-Download_Options_3-0) [***b***](#cite_ref-Download_Options_3-1) ["Download Options"](https://developer.android.com/studio/index.html#downloads). *developer.android.com*. [Archived](https://web.archive.org/web/20180426081934/https://developer.android.com/studio/#downloads) from the original on April 26, 2018. Retrieved November 16, 2021.

1. **[^](#cite_ref-4)** ["Terms and Conditions"](https://developer.android.com/studio/terms.html). *developer.android.com*. [Archived](https://web.archive.org/web/20230531225330/https://developer.android.com/studio/terms.html) from the original on May 31, 2023. Retrieved April 24, 2017.

1. **[^](#cite_ref-:0_5-0)** ["Download Android Studio and SDK tools"](https://developer.android.com/studio). *Android Developers*. [Archived](https://web.archive.org/web/20160514095905/http://developer.android.com/sdk/index.html) from the original on May 14, 2016. Retrieved July 19, 2016.

1. **[^](#cite_ref-6)** Ducrohet, Xavier; Norbye, Tor; Chou, Katherine (May 15, 2013). ["Android Studio: An IDE built for Android"](https://android-developers.blogspot.in/2013/05/android-studio-ide-built-for-android.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20151104132727/http://android-developers.blogspot.in/2013/05/android-studio-ide-built-for-android.html) from the original on November 4, 2015. Retrieved May 16, 2013.

1. **[^](#cite_ref-7)** ["Getting Started with Android Studio"](https://developer.android.com/sdk/installing/studio.html). *Android Developers*. [Archived](https://web.archive.org/web/20141120082907/http://developer.android.com/sdk/installing/studio.html) from the original on November 20, 2014. Retrieved May 14, 2013.

1. **[^](#cite_ref-8)** ["Download Android Studio"](https://developer.android.com/sdk/installing/studio.html). *Android Developers*. [Archived](https://web.archive.org/web/20141120082907/http://developer.android.com/sdk/installing/studio.html) from the original on November 20, 2014. Retrieved June 13, 2015.

1. **[^](#cite_ref-9)** ["Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout"](https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/). VentureBeat. December 8, 2014. [Archived](https://web.archive.org/web/20180612143818/https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/) from the original on June 12, 2018. Retrieved December 9, 2014.

1. **[^](#cite_ref-10)** ["An update on Eclipse Android Developer Tools"](https://android-developers.googleblog.com/2015/06/an-update-on-eclipse-android-developer.html). June 26, 2015. [Archived](https://web.archive.org/web/20220927011730/https://android-developers.googleblog.com/2015/06/an-update-on-eclipse-android-developer.html) from the original on September 27, 2022. Retrieved September 27, 2022.

1. **[^](#cite_ref-11)** ["Google I/O 2019: Empowering developers to build the best experiences on Android + Play"](https://android-developers.googleblog.com/2019/05/google-io-2019-empowering-developers-to-build-experiences-on-Android-Play.html). *Android Developers Blog*. May 7, 2019. [Archived](https://web.archive.org/web/20240108143017/https://android-developers.googleblog.com/2019/05/google-io-2019-empowering-developers-to-build-experiences-on-Android-Play.html) from the original on January 8, 2024. Retrieved January 8, 2024.

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

1. ^ [***a***](#cite_ref-:02_13-0) [***b***](#cite_ref-:02_13-1) [***c***](#cite_ref-:02_13-2) [***d***](#cite_ref-:02_13-3) [***e***](#cite_ref-:02_13-4) [***f***](#cite_ref-:02_13-5) ["JetBrains Marketplace"](https://plugins.jetbrains.com/androidstudio). *JetBrains Marketplace*. Retrieved February 26, 2025.

1. **[^](#cite_ref-14)** ["Kotlin and Android"](https://developer.android.com/kotlin). *Android Developers*. Retrieved February 26, 2025.

1. ^ [***a***](#cite_ref-:1_15-0) [***b***](#cite_ref-:1_15-1) ["IntelliJ Platform SDK | IntelliJ Platform Plugin SDK"](https://plugins.jetbrains.com/docs/intellij/welcome.html). *IntelliJ Platform Plugin SDK Help*. Retrieved February 26, 2025.

1. **[^](#cite_ref-16)** Honig, Zach (May 15, 2013). ["Google intros Android Studio, an IDE for building apps"](https://www.engadget.com/2013/05/15/google-android-studio/). *[Engadget](/source/Engadget)*. [AOL](/source/AOL). [Archived](https://web.archive.org/web/20180726005923/https://www.engadget.com/2013/05/15/google-android-studio/) from the original on July 26, 2018. Retrieved May 16, 2013.

1. **[^](#cite_ref-17)** ["Android Studio Overview"](https://web.archive.org/web/20220720074626/https://android-doc.github.io/tools/studio/index.html). Archived from [the original](https://android-doc.github.io/tools/studio/index.html) on July 20, 2022. Retrieved July 20, 2022.

1. **[^](#cite_ref-18)** Olanoff, Drew (May 15, 2013). ["Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout"](https://techcrunch.com/2013/05/15/google-launches-android-studio-a-development-tool-for-apps/). *[TechCrunch](/source/TechCrunch)*. [AOL](/source/AOL). [Archived](https://web.archive.org/web/20130517170850/http://techcrunch.com/2013/05/15/google-launches-android-studio-a-development-tool-for-apps/) from the original on May 17, 2013. Retrieved May 16, 2013.

1. **[^](#cite_ref-19)** ["Android Studio BETA"](https://developer.android.com/sdk/installing/studio.html). *[Google](/source/Google)*. May 15, 2013. [Archived](https://web.archive.org/web/20141120082907/http://developer.android.com/sdk/installing/studio.html) from the original on November 20, 2014. Retrieved August 15, 2014.

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

1. **[^](#cite_ref-21)** ["Get Started with Kotlin on Android | Android Developers"](https://developer.android.com/kotlin/get-started.html). *developer.android.com*. [Archived](https://web.archive.org/web/20171026053849/https://developer.android.com/kotlin/get-started.html) from the original on October 26, 2017. Retrieved October 25, 2017.

1. **[^](#cite_ref-22)** ["Java 11+ APIs available through desugaring | Android Studio"](https://developer.android.com/studio/write/java11-default-support-table). *Android Developers*. Retrieved August 15, 2024.

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

1. **[^](#cite_ref-24)** ["Android's Java 9, 10, 11, and 12 Support"](https://jakewharton.com/androids-java-9-10-11-and-12-support/). *Jake Wharton*. November 27, 2018. [Archived](https://web.archive.org/web/20190224062444/https://jakewharton.com/androids-java-9-10-11-and-12-support/) 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!

1. **[^](#cite_ref-Release_Notes_25-0)** ["Android Studio Release Notes"](https://developer.android.com/studio/releases/index.html). *Android Developers Official Website*. August 2019. [Archived](https://web.archive.org/web/20170718032944/https://developer.android.com/studio/releases/index.html) from the original on July 18, 2017. Retrieved September 2, 2019.

1. **[^](#cite_ref-26)** ["Google Android Studio 3.4 Now Available, Here's What's New - Appetiser"](https://appetiser.com.au/blog/google-android-studio-3-4-now-available-heres-whats-new/). April 25, 2019. [Archived](https://web.archive.org/web/20231018101651/https://appetiser.com.au/blog/google-android-studio-3-4-now-available-heres-whats-new/) from the original on October 18, 2023. Retrieved October 26, 2020.

1. **[^](#cite_ref-27)** ["Android Studio 4.1"](https://android-developers.googleblog.com/2020/10/android-studio-41.html). [Archived](https://web.archive.org/web/20230613152221/https://android-developers.googleblog.com/2020/10/android-studio-41.html) from the original on June 13, 2023. Retrieved October 13, 2020.

1. **[^](#cite_ref-28)** ["Android Studio 4.2 available in the Stable channel"](https://androidstudio.googleblog.com/2021/05/android-studio-42-available-in-stable.html). [Archived](https://web.archive.org/web/20210526114504/https://androidstudio.googleblog.com/2021/05/android-studio-42-available-in-stable.html) from the original on May 26, 2021. Retrieved May 6, 2021.

1. **[^](#cite_ref-29)** ["Android Studio Arctic Fox available in the Stable channel"](https://androidstudio.googleblog.com/2021/07/android-studio-arctic-fox-available-in.html). [Archived](https://web.archive.org/web/20230328014405/https://androidstudio.googleblog.com/2021/07/android-studio-arctic-fox-available-in.html) from the original on March 28, 2023. Retrieved July 30, 2021.

1. **[^](#cite_ref-30)** ["Android Studio Bumblebee (2021.1.1) Stable"](https://android-developers.googleblog.com/2022/01/android-studio-bumblebee-202111-stable.html). [Archived](https://web.archive.org/web/20230602040919/https://android-developers.googleblog.com/2022/01/android-studio-bumblebee-202111-stable.html) from the original on June 2, 2023. Retrieved January 26, 2022.

1. **[^](#cite_ref-31)** ["Android Studio Chipmunk"](https://android-developers.googleblog.com/2022/05/android-studio-chipmunk.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20230602025922/https://android-developers.googleblog.com/2022/05/android-studio-chipmunk.html) from the original on June 2, 2023. Retrieved May 12, 2022.

1. **[^](#cite_ref-32)** ["Android Studio Dolphin"](https://android-developers.googleblog.com/2022/09/android-studio-dolphin.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20230419084932/https://android-developers.googleblog.com/2022/09/android-studio-dolphin.html) from the original on April 19, 2023. Retrieved September 16, 2022.

1. **[^](#cite_ref-33)** ["Android Studio Electric Eel"](https://android-developers.googleblog.com/2023/01/android-studio-electric-eel.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20230603235943/https://android-developers.googleblog.com/2023/01/android-studio-electric-eel.html) from the original on June 3, 2023. Retrieved January 13, 2023.

1. **[^](#cite_ref-34)** ["Android Studio Flamingo"](https://android-developers.googleblog.com/2023/04/android-studio-flamingo-is-stable.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20230601112841/https://android-developers.googleblog.com/2023/04/android-studio-flamingo-is-stable.html) from the original on June 1, 2023. Retrieved April 17, 2023.

1. **[^](#cite_ref-35)** ["Android Studio Giraffe"](https://android-developers.googleblog.com/2023/07/android-studio-giraffe-is-stable.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20230913113434/https://android-developers.googleblog.com/2023/07/android-studio-giraffe-is-stable.html) from the original on September 13, 2023. Retrieved July 26, 2023.

1. **[^](#cite_ref-36)** ["Android Studio Hedgehog"](https://android-developers.googleblog.com/2023/11/android-studio-hedgehog-is-stable.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20231201135429/https://android-developers.googleblog.com/2023/11/android-studio-hedgehog-is-stable.html) from the original on December 1, 2023. Retrieved December 1, 2023.

1. **[^](#cite_ref-37)** ["Android Studio Iguana"](https://android-developers.googleblog.com/2024/02/android-studio-iguana-is-stable.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20240305005253/https://android-developers.googleblog.com/2024/02/android-studio-iguana-is-stable.html) from the original on March 5, 2024. Retrieved March 5, 2024.

1. **[^](#cite_ref-38)** ["Android Studio Jellyfish"](https://android-developers.googleblog.com/2024/04/android-studio-jellyfish-is-stable.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20240503034413/https://android-developers.googleblog.com/2024/04/android-studio-jellyfish-is-stable.html) from the original on May 3, 2024. Retrieved May 3, 2024.

1. **[^](#cite_ref-39)** ["Android Studio Koala"](https://androidstudio.googleblog.com/2024/06/android-studio-koala-202411-now.html). *Android Developers Blog*. [Archived](https://web.archive.org/web/20240613190811/https://androidstudio.googleblog.com/2024/06/android-studio-koala-202411-now.html) from the original on June 13, 2024. Retrieved June 13, 2024.

1. **[^](#cite_ref-40)** ["Android Studio Ladybug | 2024.2.1 now available"](https://androidstudio.googleblog.com/2024/10/android-studio-ladybug-202421-now.html). *Android Studio Release Updates*. Retrieved March 15, 2025.

1. **[^](#cite_ref-41)** ["Android Studio Meerkat | 2024.3.1 now available"](https://androidstudio.googleblog.com/2025/03/android-studio-meerkat-202431-now.html). *Android Studio Release Updates*. Retrieved March 15, 2025.

1. **[^](#cite_ref-42)** ["Android Studio Narwhal | 2025.1.1 now available"](https://androidstudio.googleblog.com/2025/06/android-studio-narwhal-202511-now.html). *Android Studio Release Updates*. Retrieved June 25, 2025.

1. **[^](#cite_ref-43)** ["Android Studio Otter | 2025.2.1 now available"](https://androidstudio.googleblog.com/2025/10/android-studio-otter-202521-now.html). *Android Studio Release Updates*. Retrieved October 30, 2025.

1. **[^](#cite_ref-44)** ["Android Studio Panda | 2025.3.1 Patch 1 now available"](https://androidstudio.googleblog.com/2026/02/android-studio-panda-1-202531-patch-1.html). *Android Studio Release Updates*. Retrieved February 23, 2026.

1. ^ [***a***](#cite_ref-developer.android.com_45-0) [***b***](#cite_ref-developer.android.com_45-1) [***c***](#cite_ref-developer.android.com_45-2) ["Install Android Studio"](https://developer.android.com/studio/install). *Android Developers*. [Archived](https://web.archive.org/web/20250505190441/https://developer.android.com/studio/install) from the original on May 5, 2025. Retrieved May 24, 2025.

1. **[^](#cite_ref-46)** ["Emulator release notes"](https://developer.android.com/studio/releases/emulator#27-1-10). *Android Developers*. [Archived](https://web.archive.org/web/20220605085006/https://developer.android.com/studio/releases/emulator#27-1-10) from the original on June 5, 2022. Retrieved May 12, 2022.

## External links

- [Official homepage](https://developer.android.com/studio/intro) at developer.android.com

v t e Android Android Go Comparison of products Software development Development tools Official Android Runtime (ART) Software development kit (SDK) Android Debug Bridge (ADB) Fastboot Android App Bundle Android application package (APK) Bionic Dalvik Firebase Google Cloud Messaging (GCM) Firebase Cloud Messaging (FCM) Google Mobile Services (GMS) Jetpack Compose Native development kit (NDK) Open accessory development kit (OADK) RenderScript Skia AdMob Material Design Fonts Droid Roboto Noto Google Sans Google Developers Other OpenBinder Apache Harmony OpenJDK Gradle GSON Integrated development environments (IDE) Android Studio IntelliJ IDEA Eclipse Android Development Tools (ADT) MIT App Inventor Languages, databases Java Kotlin XML KML C C++ SQLite Augmented, virtual reality Android XR Cardboard Daydream Events, communities Google I/O Developer Challenge Developer Lab Android Open Source Project (AOSP) Releases Cupcake (1.5) Donut (1.6) Eclair (2.0–2.1) Froyo (2.2) Gingerbread (2.3) Honeycomb (3.x) Ice Cream Sandwich (4.0) Jelly Bean (4.1–4.3) KitKat (4.4) Lollipop (5.x) Marshmallow (6.x) Nougat (7.x) Oreo (8.x) Pie (9) 10 11 12 13 14 15 16 17 Derivatives Android Automotive Android Things TV devices Android XR Wear OS Devices Pixel C Pixel, Pixel XL 2, 2 XL 3, 3 XL 3a, 3a XL 4, 4 XL 4a, 4a (5G) 5 5a 6, 6 Pro 6a 7, 7 Pro 7a Fold Tablet 8, 8 Pro 8a 9, 9 Pro, 9 Pro XL 9 Pro Fold 9a 10, 10 Pro, 10 Pro XL 10 Pro Fold 10a Nexus One S Galaxy Nexus 4 10 Q 5 5X 6 6P 7 2012 2013 9 Player Play edition HTC One (M7) HTC One (M8) LG G Pad 8.3 Moto G Samsung Galaxy S4 Sony Xperia Z Ultra Android One other smartphones Custom distributions AliOS Android-x86 Remix OS AOKP Baidu Yi Barnes & Noble Nook CalyxOS ColorOS OxygenOS Realme UI CopperheadOS EMUI MagicOS Fire OS Flyme OS GrapheneOS LeWa OS LineageOS /e/ CrDroid CyanogenMod DivestOS iodéOS Kali NetHunter LiteOS Meta Horizon OS Nokia X software platform OmniROM OPhone PixelExperience Pixel UI Replicant Resurrection Remix OS SlimRoms TCL UI Ubuntu for Android Xiaomi HyperOS MIUI ZUI Booting, recovery Booting process Recovery mode TWRP ClockworkMod Fastboot APIs Google Maps Google Play Services Play Integrity API (formerly SafetyNet) Google Search Alternative UIs Cherry OS ColorOS EMUI Funtouch OS Flyme OS HiOS Hive UI (XOLO Hive) HTC Sense LG UX Optimus UI Motoblur Nothing OS One UI Experience TouchWiz Origin OS OxygenOS Pixel UI XOS Xperia UI ZenUI Rooting SuperSU Magisk Kingo Root Kernel Assisted Superuser Lists App stores Custom distributions Features Free and open-source applications Google apps Launchers Related topics Index of articles Androidland Chromecast Google Java vs. Android API Lawn statues BlueStacks Legal issues Google v. Oracle smartphone patent wars Android Runtime for Chrome Portals: Software • Telecommunication Categories: Android development • Mobile telecommunications

v t e Google a subsidiary of Alphabet Company Divisions AI Area 120 ATAP Brain China Cloud Platform Energy Google.org Crisis Response Registry Subsidiaries Active DeepMind Fitbit ITA Software Jigsaw Looker Mandiant Security Operations Owlchemy Labs Defunct Actifio Adscape Akwan Information Technologies Anvato Apigee BandPage Bitium BufferBox Crashlytics Dodgeball DoubleClick Dropcam Endoxon Flutter Global IP Solutions Green Throttle Games GreenBorder Gridcentric ImageAmerica Impermium Invite Media Kaltix Marratech Meebo Metaweb Neotonic Software Neverware Nik Software Orbitera Pyra Labs Quest Visual Reqwireless RightsFlow Sidewalk Labs SlickLogin Titan Aerospace Typhoon Studios Urban Engines Vicarious Viewdle Wavii Wildfire Interactive YouTube Next Lab and Audience Development Group Programs Business Groups Computing University Initiative Contact Lens Content ID CrossCheck Data Liberation Front Data Transfer Project Developer Expert DigiKavach DigiPivot Digital Garage Digital News Initiative Digital Unlocked Dragonfly Founders' Award Free Zone Get Your Business Online Google for Education Google for Health Google for Startups Living Stories Made with Code News Lab PowerMeter Privacy Sandbox Project Nightingale Project Nimbus Project Sunroof Project Zero Quantum Artificial Intelligence Lab RechargeIT Sensorvault Silicon Initiative Solve for X Street View Trusted Student Ambassador Program Vevo YouTube BrandConnect YouTube Creator Awards YouTube Select YouTube Original Channel Initiative Year in Search YouTube Rewind 2018 2019 Events AlphaGo versus Fan Hui AlphaGo versus Lee Sedol AlphaGo versus Ke Jie Android Developer Challenge Android Developer Day Android Developer Lab CNN/YouTube presidential debates Code-in Code Jam Developer Day Developers Live Doodle4Google Future of Go Summit G-Day Hash Code I/O Lunar X Prize Mapathon Science Fair Summer of Code World Chess Championship 2024 YouTube Awards YouTube Comedy Week YouTube Live YouTube Music Awards 2013 2015 YouTube Space Lab YouTube Symphony Orchestra Infrastructure 111 Eighth Avenue Android lawn statues Androidland Barges Binoculars Building Central Saint Giles Chelsea Market Chrome Zone Data centers GeoEye-1 Googleplex Ivanpah Solar Power Facility James R. Thompson Center King's Cross Mayfield Mall Pier 57 Sidewalk Toronto St. John's Terminal Submarine cables Dunant Grace Hopper Unity WiFi YouTube Space YouTube Theater People Current Krishna Bharat Vint Cerf Jeff Dean John Doerr Sanjay Ghemawat Al Gore John L. Hennessy Urs Hölzle Salar Kamangar Ray Kurzweil Ann Mather Alan Mulally Rick Osterloh Sundar Pichai (CEO) Ruth Porat (CFO) Rajen Sheth Hal Varian Neal Mohan Former Andy Bechtolsheim Sergey Brin (co-founder) David Cheriton Matt Cutts David Drummond Alan Eustace Timnit Gebru Omid Kordestani Paul Otellini Larry Page (co-founder) Patrick Pichette Eric Schmidt Ram Shriram Amit Singhal Shirley M. Tilghman Rachel Whetstone Susan Wojcicki Criticism General Censorship DeGoogle FairSearch "Google's Ideological Echo Chamber" No Tech for Apartheid Privacy concerns Street View YouTube Trade unions Alphabet Workers Union YouTube copyright issues Incidents Backdoor advertisement controversy Blocking of YouTube videos in Germany Data breach Elsagate Fantastic Adventures scandal Kohistan video case Reactions to Innocence of Muslims San Francisco tech bus protests Services outages Slovenian government incident Walkouts YouTube headquarters shooting Other Android apps April Fools' Day jokes Doodles Doodle Champion Island Games Magic Cat Academy Pac-Man Easter eggs History Gmail Search YouTube Logo Material Design Mergers and acquisitions Development Software A–C Accelerated Linear Algebra AMP Actions on Google ALTS American Fuzzy Lop Android Cloud to Device Messaging Android Debug Bridge Android NDK Android Runtime Android SDK Android Studio Angular AngularJS Antigravity Apache Beam APIs App Engine App Inventor App Maker App Runtime for Chrome AppJet Apps Script AppSheet ARCore Base Bazel BeyondCorp Bigtable BigQuery Bionic Blockly Borg Caja Cameyo Chart API Charts Chrome Frame Chromium Blink Closure Tools Cloud Connect Cloud Dataflow Cloud Datastore Cloud Messaging Cloud Shell Cloud Storage Code Search Compute Engine Cpplint D–N Dalvik Data Protocol Data Studio Dialogflow Exposure Notification Fast Pair Fastboot Federated Learning of Cohorts File System Firebase Firebase Studio Firebase Cloud Messaging FlatBuffers Flutter Freebase Gadgets Ganeti Gears Gerrit Global Cache GLOP gRPC Gson Guava Guetzli Guice gVisor GYP JAX Jetpack Compose Keyhole Markup Language Kubernetes Kythe LevelDB Lighthouse lmctfy MapReduce Mashup Editor Matter Mobile Services Namebench Native Client Neatx Neural Machine Translation Nomulus O–Z Open Location Code OpenRefine OpenSocial Optimize OR-Tools Pack PageSpeed Piper Plugin for Eclipse Polymer Programmable Search Engine Project Shield Public DNS reCAPTCHA RenderScript SafetyNet SageTV Schema.org Search Console Shell Sitemaps Skia Graphics Engine Spanner Sputnik Stackdriver Swiffy Tango TensorFlow Tesseract Test Translator Toolkit Urchin UTM parameters V8 VirusTotal VisBug Wave Federation Protocol Weave Web Accelerator Web Designer Web Server Web Toolkit Webdriver Torso WebRTC Operating systems Android Cupcake Donut Eclair Froyo Gingerbread Honeycomb Ice Cream Sandwich Jelly Bean KitKat Lollipop Marshmallow Nougat Oreo Pie 10 11 12 13 14 15 16 version history smartphones Android Automotive Android Go devices Android Things Android TV Google TV interface devices Android XR ChromeOS ChromeOS Flex ChromiumOS Fuchsia Glass OS Google TV gLinux Goobuntu Wear OS Machine learning models BERT Chinchilla DreamBooth Gemini Gemini Robotics Gemma Imagen (2023) LaMDA PaLM T5 Veo (text-to-video model) VideoPoet XLNet Neural networks EfficientNet Gato Inception MobileNet Transformer WaveNet Computer programs AlphaDev AlphaFold AlphaGeometry AlphaGo AlphaGo Zero AlphaStar AlphaZero Master MuZero Formats and codecs AAB APK AV1 iLBC iSAC libvpx Lyra Protocol Buffers Ultra HDR VP3 VP6 VP8 VP9 WebM WebP WOFF2 Programming languages Carbon Dart Go Sawzall Search algorithms Googlebot Hummingbird Mobilegeddon PageRank matrix Panda Penguin Pigeon RankBrain Domain names .app .dev .google .zip g.co google.by Typefaces Croscore Noto Product Sans Roboto Software A Aardvark Account Dashboard Takeout Ad Manager AdMob Ads AdSense Affiliate Network Alerts Allo Analytics Android Auto Android Beam Answers Apture Arts & Culture Assistant Attribution Authenticator B BebaPay BeatThatQuote.com Beam Blog Search Blogger Body Bookmarks Books Ngram Viewer Browser Sync Building Maker Bump BumpTop Buzz C Calendar Cast Catalogs Chat Checkout Chrome Chrome Apps Chrome Experiments Chrome Remote Desktop Chrome Web Store Classroom Cloud Print Cloud Search Contacts Contributor Crowdsource Currents (social app) Currents (news app) D Data Commons Dataset Search Desktop Dictionary Dinosaur Game Directory Docs Docs Editors Domains Drawings Drive Duo E Earth Etherpad Expeditions Express F Family Link Fast Flip FeedBurner fflick Fi Wireless Finance Files Find Hub Fit Flights Flu Trends Fonts Forms Friend Connect Fusion Tables G Gboard Gemini Nano Banana Gesture Search Gizmo5 Google+ Gmail Goggles GOOG-411 Grasshopper Groups H Hangouts Helpouts Home I iGoogle Images Image Labeler Image Swirl Inbox by Gmail Input Tools Japanese Input Pinyin Insights for Search J Jaiku Jamboard K Kaggle Keep Knol L Labs Latitude Lens Like.com Live Transcribe Lively M Map Maker Maps Maps Navigation Marketing Platform Meet Messages Moderator My Tracks N Nearby Share News News & Weather News Archive Notebook NotebookLM Now O Offers One One Pass Opinion Rewards Orkut Oyster P Panoramio PaperofRecord.com Patents Page Creator Pay (mobile app) Pay (payment method) Pay Send People Cards Person Finder Personalized Search Photomath Photos Picasa Picasa Web Albums Picnik Pixel Camera Play Play Books Play Games Play Music Play Newsstand Play Pass Play Services Podcasts Poly Postini PostRank Primer Public Alerts Public Data Explorer Q Question Hub Quick, Draw! Quick Search Box Quick Share Quickoffice R Read Along Reader Reply S Safe Browsing SageTV Santa Tracker Schemer Scholar Search AI Overviews Knowledge Graph SafeSearch Searchwiki Sheets Shoploop Shopping Sidewiki Sites Slides Snapseed Socratic Softcard Songza Sound Amplifier Spaces Sparrow (chatbot) Sparrow (email client) Speech Recognition & Synthesis Squared Stadia Station Store Street View Surveys Sync T Tables Talk TalkBack Tasks Tenor Tez Tilt Brush Toolbar Toontastic 3D Translate Travel Trendalyzer Trends TV U URL Shortener V Video Vids Voice Voice Access Voice Search W Wallet Wave Waze WDYL Web Light Where Is My Train Widevine Wiz Word Lens Workspace Workspace Marketplace Y YouTube YouTube Kids YouTube Music YouTube Premium YouTube Shorts YouTube Studio YouTube TV YouTube VR Hardware Pixel Smartphones Pixel (2016) Pixel 2 (2017) Pixel 3 (2018) Pixel 3a (2019) Pixel 4 (2019) Pixel 4a (2020) Pixel 5 (2020) Pixel 5a (2021) Pixel 6 (2021) Pixel 6a (2022) Pixel 7 (2022) Pixel 7a (2023) Pixel Fold (2023) Pixel 8 (2023) Pixel 8a (2024) Pixel 9 (2024) Pixel 9 Pro Fold (2024) Pixel 9a (2025) Pixel 10 (2025) Pixel 10 Pro Fold (2025) Smartwatches Pixel Watch (2022) Pixel Watch 2 (2023) Pixel Watch 3 (2024) Pixel Watch 4 (2025) Tablets Pixel C (2015) Pixel Slate (2018) Pixel Tablet (2023) Laptops Chromebook Pixel (2013–2015) Pixelbook (2017) Pixelbook Go (2019) Other Pixel Buds (2017–present) Nexus Smartphones Nexus One (2010) Nexus S (2010) Galaxy Nexus (2011) Nexus 4 (2012) Nexus 5 (2013) Nexus 6 (2014) Nexus 5X (2015) Nexus 6P (2015) Tablets Nexus 7 (2012) Nexus 10 (2012) Nexus 7 (2013) Nexus 9 (2014) Other Nexus Q (2012) Nexus Player (2014) Other Android Dev Phone Android One Cardboard Chromebit Chromebook Chromebox Chromecast Clips Daydream Fitbit Glass Liftware Liquid Galaxy Nest smart speakers Thermostat Wifi Play Edition Project Ara OnHub Pixel Visual Core Project Iris Search Appliance Sycamore processor Tensor Tensor Processing Unit Titan Security Key v t e Litigation Advertising Feldman v. Google, Inc. (2007) Rescuecom Corp. v. Google Inc. (2009) Goddard v. Google, Inc. (2009) Rosetta Stone Ltd. v. Google, Inc. (2012) Google, Inc. v. American Blind & Wallpaper Factory, Inc. (2017) Jedi Blue Antitrust European Union (2010–present) United States v. Adobe Systems, Inc., Apple Inc., Google Inc., Intel Corporation, Intuit, Inc., and Pixar (2011) Umar Javeed, Sukarma Thapar, Aaqib Javeed vs. Google LLC and Ors. (2019) United States v. Google LLC (2020) Epic Games v. Google (2021) United States v. Google LLC (2023) Intellectual property Perfect 10, Inc. v. Amazon.com, Inc. (2007) Viacom International, Inc. v. YouTube, Inc. (2010) Lenz v. Universal Music Corp.(2015) Authors Guild, Inc. v. Google, Inc. (2015) Field v. Google, Inc. (2016) Google LLC v. Oracle America, Inc. (2021) Smartphone patent wars Privacy Rocky Mountain Bank v. Google, Inc. (2009) Hibnick v. Google, Inc. (2010) United States v. Google Inc. (2012) Judgement of the German Federal Court of Justice on Google's autocomplete function (2013) Joffe v. Google, Inc. (2013) Mosley v SARL Google (2013) Google Spain v AEPD and Mario Costeja González (2014) Frank v. Gaos (2019) Other Garcia v. Google, Inc. (2015) Google LLC v Defteros (2020) Gonzalez v. Google LLC (2022) Related Concepts Beauty YouTuber BookTube BreadTube "Don't be evil" Gayglers Google as a verb Google bombing 2004 U.S. presidential election Google effect Googlefight Google hacking Googleshare Google tax Googlewhack Googlization Illegal flower tribute Objectives and key results Rooting Search engine manipulation effect Side project time Sitelink Site reliability engineering StudyTube VTuber YouTube Poop YouTuber list Products Android Booting process Custom distributions Features Recovery mode Software development Street View coverage Africa Antarctica Asia Israel Europe North America Canada United States Oceania South America Argentina Chile Colombia YouTube Copyright strike Education Features Moderation Most-disliked videos Most-liked videos Most-subscribed channels Most-viewed channels Most-viewed videos Official channel Social impact YouTube Premium original programming Other Gmail interface Maps pin Most downloaded Google Play applications Stadia games Documentaries AlphaGo Google: Behind the Screen Google Maps Road Trip Google and the World Brain The Creepy Line Books Google Hacks The Google Story Googled: The End of the World as We Know It How Google Works I'm Feeling Lucky In the Plex The MANIAC Popular culture Google Feud Google Me (film) "Google Me" (Kim Zolciak song) "Google Me" (Teyana Taylor song) Is Google Making Us Stupid? Proceratium google Matt Nathanson: Live at Google The Billion Dollar Code The Internship Where on Google Earth is Carmen Sandiego? Other "Attention Is All You Need" elgooG Generative pre-trained transformer "Me at the zoo" Predictions of the end Relationship with Wikipedia "Reunion" Robot Constitution Italics denote discontinued products. Category Outline

v t e Integrated development environments C, C++ Open source Arduino Code::Blocks CodeLite Dev-C++ Eclipse Emacs Geany GNOME Builder Kakoune KDevelop NetBeans QDevelop Qt Creator TheIDE Vi–Vim OpenWatcom Freeware DevEco Studio Oracle Developer Studio Visual Studio Code Visual Studio Community Xcode Retail C++Builder Eclipse-based CodeWarrior MyEclipse Visual Studio By JetBrains IntelliJ IDEA CLion LabWindows/CVI IBM Rational Software Architect Understand SlickEdit Discontinued Anjuta By JetBrains AppCode VisualAge Visual C++ Express MonoDevelop SharpDevelop Turbo C, C++ QuickC Java Open source Anjuta BlueJ DrJava Eclipse Geany Greenfoot IntelliJ IDEA Community Edition Android Studio NetBeans DevEco Studio Freeware jGRASP JDeveloper Retail JCreator MyEclipse JetBrains IntelliJ IDEA SlickEdit Understand Discontinued Metrowerks CodeWarrior Pro for Java JBuilder Sun Java Studio Creator (superseded by NetBeans) VisualAge (superseded by Eclipse) Visual Café (aka Espresso, superseded by JBuilder) Visual J++ Xelfi (became NetBeans) JavaScript Open source Vim Visual Studio Code Atom Chromium DevEco Studio Haxe IntelliJ IDEA VS Code Sublime Text Powerflasher FDT CLI (.NET) Open source Visual Studio Code PascalABC.NET Freeware Visual Studio Community Retail Visual Studio Rider Understand Discontinued Xamarin Studio MonoDevelop SharpDevelop Visual Basic Express Visual Web Developer Express Visual J# Express Visual Studio Express for Windows Phone Visual C++ Express Visual C# Express Express for Desktop Express for Web Express for Windows Flash Adobe Flash Builder FlashDevelop Powerflasher FDT PHP Open source Aptana NetBeans Komodo Edit Komodo IDE KDevelop Proprietary Codelobster PhpStorm PHPEdit SlickEdit Zend Studio R RStudio R Tools for Visual Studio Python Open source Anjuta IDLE Eric Light Table PyDev PyScripter PIDA Spyder Komodo Edit Komodo IDE KDevelop Vim Visual Studio Code Thonny DevEco Studio Proprietary PyCharm PythonAnywhere Visual Studio Code SlickEdit Wing IDE Pascal, Object Pascal Open source Free Pascal IDE Lazarus Dev-Pascal GNAVI PascalABC.NET Freeware Delphi Community Retail Delphi Discontinued Turbo Pascal Turbo Delphi Virtual Pascal Borland Kylix QuickPascal BASIC Open source Basic-256 Microsoft Small Basic SdlBasic Gambas Basic4GL VisualFBEditor / WinFBE InForm Freeware FutureBASIC RapidQ Visual Studio Community Retail Visual Studio NS Basic PureBasic GLBasic Liberty BASIC Xojo Discontinued CA-Realizer MonoDevelop QuickBASIC QBasic SharpDevelop Visual Basic Visual Basic Express Go Open source Vim Visual Studio Code (VSCode) Eclipse Freeware Cloud9 IDE Retail GoLand Rust RustRover Eiffel EiffelStudio LibertyEiffel Visual Eiffel POP-11 Poplog Online AWS Cloud9 IDE Eclipse Che Firebase Studio SourceLair Comparison Category

v t e Graphical user interface builders Qt Open source Qt Creator KDevelop Gambas GTK Open source Glade Interface Designer Gambas Stetic GUI Designer Proprietary Xojo (on Linux) wxWidgets Open source Code::Blocks CodeLite wxGlade wxFormBuilder CLI Open source SharpDevelop PascalABC.NET Proprietary Microsoft Visual Studio Microsoft Blend VCL, related Open source, LCL Lazarus Visual FB Editor Proprietary Delphi C++Builder RadPHP Borland Kylix Cocoa Proprietary Xcode, Interface Builder Xojo (on macOS) Java-based Open source Android Studio (via XML) Eclipse (via SWT) NetBeans (via Swing) Proprietary IntelliJ IDEA JDeveloper (via Swing) WaveMaker Windows API Open source GNAVI WinFBE Proprietary CA-Realizer Visual Basic Xojo (for Windows) RapidQ Liberty BASIC PureBasic Other Open source FLUID Gorm IUP InForm Morphic TheIDE XBasic Proprietary Clarion IDE Projucer XVT Design Resource construction set LANSA Softwell Maker Embedded Wizard OutSystems Mendix Topincs PowerBuilder AppStudio

---
Adapted from the Wikipedia article [Android Studio](https://en.wikipedia.org/wiki/Android_Studio) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Android_Studio?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
