File:Android_Studio_Logo_(2023).svg · Wikimedia Commons · See Wikimedia Commons
Android Studio
Sign in to saveAlso known as AS
integrated development environment for the Android platform
Key facts
- Developer
- Stable release
- 2025.3.4 / 21 April 2026 ; 43 days ago ( 21 April 2026 )
- Preview release
- 2026.1.1 / 16 April 2026 ; 48 days ago ( 16 April 2026 )
- Written in
- Java , Kotlin and C++
- Operating system
- Windows , macOS , Linux , ChromeOS
- Size
- 8.1 to 9.5 GB
- Type
- Integrated development environment (IDE)
- License
- Android SDK license , Apache License (editor, Gradle )
- Website
- developer .android .com /studio
- Repository
- android .googlesource .com /platform /tools / , cs .android .com /android-studio
via Wikipedia infobox
Wikidata facts
- Instance of
- integrated development environment
- Official website
- developer.android.com/studio
- Image
- Android Studio Giraffe (2022.3.1) screenshot.png
Show 6 more facts
- copyright license
- Apache Software License 2.0
- software version identifier
- 2026.1.1
- Stack Exchange tag
- stackoverflow.com/tags/android-studio
- operating system
- macOS
- start time
- 2013-05-16
- Commons category
- Android Studio
via Wikidata · CC0
~15 min read
Encyclopedic overview
Android Studio is the official IDE for writing Android software. It bundles together a source code editor based on IntelliJ IDEA, the Gradle build tool, and the Android SDK. It is available for download on Windows, macOS and Linux based operating systems. 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.
Android Studio was announced on May 16, 2013, at the Google I/O 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. The first stable build was released in December 2014, starting from version 1.0. At the end of 2015, Google dropped support for Eclipse ADT, making Android Studio the only officially supported IDE for Android development.
Excerpted from Wikipedia’s “Android Studio” article, available under the CC BY-SA 4.0 licence.