Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Android Studio

From Wikipedia, the free encyclopedia
Integrated development environment for the Android platform

Android Studio
Screenshot of Android Studio Ladybug
DeveloperGoogle
Stable release
2025.1.4[1] Edit this on Wikidata / 9 October 2025; 44 days ago (9 October 2025)
Preview release
2025.2.2 Canary 1[2] Edit this on Wikidata / 16 October 2025; 37 days ago (16 October 2025)
Repositoryandroid.googlesource.com/platform/tools/,cs.android.com/android-studio
Written inJava,Kotlin andC++
Operating systemWindows,macOS,Linux,ChromeOS[3]
Size8.1 to 9.5GB[3]
TypeIntegrated development environment (IDE)
LicenseAndroid SDK license[4]
Apache License (editor,Gradle)
Websitedeveloper.android.com/studio

Android Studio is the official[5]IDE for writingAndroid software. It bundles together a source code editor based onIntelliJ IDEA, theGradle build tool, and theAndroid SDK.[6] This is available for download onWindows,macOS andLinux 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 theApache License.

Android Studio was announced on May 16, 2013, at theGoogle 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.[8] The first stable build was released in December 2014, starting from version 1.0.[9] At the end of 2015, Google dropped support forEclipse ADT, making Android Studio the only officially supported IDE for Android development.[10]

On May 7, 2019,Kotlin replacedJava as Google's preferred language for Android app development.[11] Java is still supported, as isC++.[12]

Features

[edit]
This section needs to beupdated. 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 theIntelliJ Platform SDK andGradle plugins for automation and customization.

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

Built-in Plugins

[edit]

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: SinceKotlin 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

[edit]

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

[edit]

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

[edit]

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-based build support
  • Android-specificrefactoring 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 richlayout editor that allows users to drag-and-drop UI components, option topreview layouts on multiple screen configurations[18]
  • Support for buildingAndroid Wear apps
  • Built-in support for GoogleCloud Platform, that enables integration with Firebase Cloud Messaging (Earlier 'Google Cloud Messaging') and Google App Engine[19]
  • Android Virtual Device (Emulator) to run and debug apps in the Android studio.

Android Studio supports all the same programming languages ofIntelliJ (andCLion) e.g.Java,C++, and with more extensions, such asGo;[20] and Android Studio 3.0 or later supportsKotlin,[21] and "Android Studio includes support for using a number of Java 11+APIs without requiring a minimum API level for your app".[22] External projectsbackport some Java 9 features.[23] While IntelliJ states thatAndroid Studio supports all released Java versions, and Java 12, it's not clear to what level Android Studio supportsJava 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 theGoogle Play Store. The application has to be in line with the Google Play Storedeveloper content policy.

Version history

[edit]

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

VersionIntelliJ IDEA 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 2019[26]
3.5August 2019
3.6February 2020
4.0May 2020
4.1Oct 2020[27]
4.2May 2021[28]
Arctic Fox2020.3July 2021[29]
Bumblebee2021.1January 2022[30]
Chipmunk2021.2May 2022[31]
Dolphin2021.3September 2022[32]
Electric Eel2022.1January 2023[33]
Flamingo2022.2April 2023[34]
Giraffe2022.3July 2023[35]
Hedgehog2023.1November 2023[36]
Iguana2023.2February 2024[37]
Jellyfish2023.3April 2024[38]
Koala2024.1June 2024[39]
Ladybug2024.2October 2024[40]
Meerkat2024.3March 2025[41]
Narwhal2025.1June 2025[42]
Otter2025.2October 2025[43]

System requirements

[edit]
Minimum system requirements for Android Studio[44]
Microsoft WindowsmacOSLinux
Operating System VersionMicrosoft Windows 10 (64-bit)macOS 12Any 64-bit Linux distribution that supportsGNOME,KDE Plasma, orUnity; GNU C Library (glibc) 2.31 or later
Required RAM8 GB
Free space8 GB
Screen resolution1280 x 800
CPUVirtualization 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).

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

  • 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) andSupplemental Streaming SIMD Extensions 3 (SSSE3);
  • AMD processor on Windows: Android Studio 3.2 or higher and Windows 10 April 2018 release or higher forWindows 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.[45]

See also

[edit]

References

[edit]
  1. ^. October 9, 2025https://androidstudio.googleblog.com/2025/10/android-studio-narwhal-4-feature-drop.html.{{cite web}}:Missing or empty|title= (help)
  2. ^. October 16, 2025https://androidstudio.googleblog.com/2025/10/android-studio-otter-2-feature-drop.html.{{cite web}}:Missing or empty|title= (help)
  3. ^ab"Download Options".developer.android.com.Archived from the original on April 26, 2018. RetrievedNovember 16, 2021.
  4. ^"Terms and Conditions".developer.android.com.Archived from the original on May 31, 2023. RetrievedApril 24, 2017.
  5. ^"Download Android Studio and SDK tools".Android Developers.Archived from the original on May 14, 2016. RetrievedJuly 19, 2016.
  6. ^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. RetrievedMay 16, 2013.
  7. ^"Getting Started with Android Studio".Android Developers.Archived from the original on November 20, 2014. RetrievedMay 14, 2013.
  8. ^"Download Android Studio".Android Developers.Archived from the original on November 20, 2014. RetrievedJune 13, 2015.
  9. ^"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. RetrievedDecember 9, 2014.
  10. ^"An update on Eclipse Android Developer Tools". June 26, 2015.Archived from the original on September 27, 2022. RetrievedSeptember 27, 2022.
  11. ^"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. RetrievedJanuary 8, 2024.
  12. ^Sinicki, Adam (August 10, 2019)."I want to develop Android Apps — What languages and program I should use & learn?".Android Authority. RetrievedSeptember 12, 2019.
  13. ^abcdef"JetBrains Marketplace".JetBrains Marketplace. RetrievedFebruary 26, 2025.
  14. ^"Kotlin and Android".Android Developers. RetrievedFebruary 26, 2025.
  15. ^ab"IntelliJ Platform SDK | IntelliJ Platform Plugin SDK".IntelliJ Platform Plugin SDK Help. RetrievedFebruary 26, 2025.
  16. ^Honig, Zach (May 15, 2013)."Google intros Android Studio, an IDE for building apps".Engadget.AOL.Archived from the original on July 26, 2018. RetrievedMay 16, 2013.
  17. ^"Android Studio Overview". Archived fromthe original on July 20, 2022. RetrievedJuly 20, 2022.
  18. ^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. RetrievedMay 16, 2013.
  19. ^"Android Studio BETA".Google. May 15, 2013.Archived from the original on November 20, 2014. RetrievedAugust 15, 2014.
  20. ^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, retrievedFebruary 23, 2019,Supported IDEs [..] Android Studio 1.2.1+
  21. ^"Get Started with Kotlin on Android | Android Developers".developer.android.com.Archived from the original on October 26, 2017. RetrievedOctober 25, 2017.
  22. ^"Java 11+ APIs available through desugaring | Android Studio".Android Developers. RetrievedAugust 15, 2024.
  23. ^"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. RetrievedOctober 25, 2017.
  24. ^"Android's Java 9, 10, 11, and 12 Support".Jake Wharton. November 27, 2018.Archived from the original on February 24, 2019. RetrievedFebruary 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!
  25. ^"Android Studio Release Notes".Android Developers Official Website. August 2019.Archived from the original on July 18, 2017. RetrievedSeptember 2, 2019.
  26. ^"Google Android Studio 3.4 Now Available, Here's What's New - Appetiser". April 25, 2019.Archived from the original on October 18, 2023. RetrievedOctober 26, 2020.
  27. ^"Android Studio 4.1".Archived from the original on June 13, 2023. RetrievedOctober 13, 2020.
  28. ^"Android Studio 4.2 available in the Stable channel".Archived from the original on May 26, 2021. RetrievedMay 6, 2021.
  29. ^"Android Studio Arctic Fox available in the Stable channel".Archived from the original on March 28, 2023. RetrievedJuly 30, 2021.
  30. ^"Android Studio Bumblebee (2021.1.1) Stable".Archived from the original on June 2, 2023. RetrievedJanuary 26, 2022.
  31. ^"Android Studio Chipmunk".Android Developers Blog.Archived from the original on June 2, 2023. RetrievedMay 12, 2022.
  32. ^"Android Studio Dolphin".Android Developers Blog.Archived from the original on April 19, 2023. RetrievedSeptember 16, 2022.
  33. ^"Android Studio Electric Eel".Android Developers Blog.Archived from the original on June 3, 2023. RetrievedJanuary 13, 2023.
  34. ^"Android Studio Flamingo".Android Developers Blog.Archived from the original on June 1, 2023. RetrievedApril 17, 2023.
  35. ^"Android Studio Giraffe".Android Developers Blog.Archived from the original on September 13, 2023. RetrievedJuly 26, 2023.
  36. ^"Android Studio Hedgehog".Android Developers Blog.Archived from the original on December 1, 2023. RetrievedDecember 1, 2023.
  37. ^"Android Studio Iguana".Android Developers Blog.Archived from the original on March 5, 2024. RetrievedMarch 5, 2024.
  38. ^"Android Studio Jellyfish".Android Developers Blog.Archived from the original on May 3, 2024. RetrievedMay 3, 2024.
  39. ^"Android Studio Koala".Android Developers Blog.Archived from the original on June 13, 2024. RetrievedJune 13, 2024.
  40. ^"Android Studio Ladybug | 2024.2.1 now available".Android Studio Release Updates. RetrievedMarch 15, 2025.
  41. ^"Android Studio Meerkat | 2024.3.1 now available".Android Studio Release Updates. RetrievedMarch 15, 2025.
  42. ^"Android Studio Narwhal | 2025.1.1 now available".Android Studio Release Updates. RetrievedJune 25, 2025.
  43. ^"Android Studio Otter | 2025.2.1 now available".Android Studio Release Updates. RetrievedOctober 30, 2025.
  44. ^ab"Install Android Studio".Android Developers.Archived from the original on May 5, 2025. RetrievedMay 24, 2025.
  45. ^"Emulator release notes".Android Developers.Archived from the original on June 5, 2022. RetrievedMay 12, 2022.

External links

[edit]
Software
development
Development tools
Official
Other
Integrated development
environments
(IDE)
Languages,databases
Augmented reality andvirtual reality
Events,communities
Releases
Derivatives
Devices
Pixel
Nexus
Play edition
Custom
distributions
Booting and
recovery
APIs
AlternativeUIs
Rooting
Lists
Related topics
a subsidiary ofAlphabet
Company
Divisions
Subsidiaries
Active
Defunct
Programs
Events
Infrastructure
People
Current
Former
Criticism
General
Incidents
Other
Software
A–C
D–N
O–Z
Operating systems
Machine learning models
Neural networks
Computer programs
Formats and codecs
Programming languages
Search algorithms
Domain names
Typefaces
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Hardware
Pixel
Smartphones
Smartwatches
Tablets
Laptops
Other
Nexus
Smartphones
Tablets
Other
Other
Advertising
Antitrust
Intellectual
property
Privacy
Other
Related
Concepts
Products
Android
Street View coverage
YouTube
Other
Documentaries
Books
Popular culture
Other
C,C++
Open source
Freeware
Retail
Discontinued
Java
Open source
Freeware
Retail
Discontinued
JavaScript
Open source
CLI (.NET)
Open source
Freeware
Retail
Discontinued
Flash
PHP
Open source
Proprietary
R
Python
Open source
Proprietary
Pascal,
Object Pascal
Open source
Freeware
Retail
Discontinued
BASIC
Open source
Freeware
Retail
Discontinued
Go
Open source
Freeware
Retail
Eiffel
Haxe
POP-11
Online
Qt
Open source
GTK
Open source
Proprietary
wxWidgets
Open source
CLI
Open source
Proprietary
VCL,
related
Open source,LCL
Proprietary
Cocoa
Proprietary
Java-based
Open source
Proprietary
Windows API
Open source
Proprietary
Other
Open source
Proprietary
Retrieved from "https://en.wikipedia.org/w/index.php?title=Android_Studio&oldid=1321727426"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp