Android Studio

From Wikipedia, the free encyclopedia

Android Studio
Android Studio Trademark.svg
Android Studio 4.1 screenshot.png
Android Studio 4.1 running on Linux
Developer(s)Google, JetBrains
Stable release
2020.3.1 (Arctic Fox)[1] Edit this on Wikidata / 28 July 2021; 4 months ago (28 July 2021)
Preview releaseBumblebee (2021.1.1) Canary 9 (August 23, 2021; 4 months ago (2021-08-23)[2])
Repository
Written inJava, Kotlin and C++
Operating systemWindows, macOS, Linux, Chrome OS[3]
Size812 to 950 MB[3]
TypeIntegrated development environment (IDE)
LicenseBinaries: Freeware,[4] Source code:[5][6] Apache License
Websitedeveloper.android.com/studio/index.html

Android Studio is the official[7] integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development.[8] It is available for download on Windows, macOS and Linux based operating systems or as a subscription-based service in 2020.[9][10] It is a replacement for the Eclipse Android Development Tools (E-ADT) as the primary IDE for native Android application development.

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.[11] The first stable build was released in December 2014, starting from version 1.0.[12]

On May 7, 2019, Kotlin replaced Java as Google's preferred language for Android app development.[13] Java is still supported, as is C++.[14]

Features[]

A specific feature of the Android Studio is an absence of the possibility to switch autosave feature off.[15]

The following features are provided in the current stable version:[16][17]

  • 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 configurations[18]
  • Support for building Android Wear apps
  • Built-in support for Google Cloud Platform, enabling 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 of IntelliJ (and CLion) e.g. Java, C++, and more with extensions, such as Go;[20] and Android Studio 3.0 or later supports Kotlin[21] and "all Java 7 language features and a subset of Java 8 language features that vary by platform version."[22] External projects backport some Java 9 features.[23] 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 least some new language features up to Java 12 are usable in Android.[24]

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:[25]

Version Release date
Arctic Fox (2020.3.1) July 2021[26]
4.2 May 2021[27]
4.1 Oct 2020[28]
4.0 May 2020
3.6 February 2020
3.5 August 2019
3.4 April 2019[29]
3.3 January 2019
3.2 September 2018
3.1 March 2018
3.0 October 2017
2.3 March 2017
2.2 September 2016
2.1 April 2016
2.0 April 2016
1.5 November 2015
1.4 September 2015
1.3 July 2015
1.2 April 2015
1.1 February 2015
1.0 December 2014

System requirements[]

Basic system requirements for Android Studio[7]
Microsoft Windows Mac Linux
Operating System Version Microsoft Windows 7/8/10 (32- or 64-bit)

The Android Emulator only supports 64-bit Windows.

Mac OS X 10.10 (Yosemite) or higher,
up to 10.14 (macOS Mojave)
GNOME or KDE desktop

Tested on gLinux based on Debian (4.19.67-2rodete2).

Random Access Memory (RAM) 4 GB RAM minimum; 8 GB RAM recommended.
Free digital storage 2 GB of available digital storage minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image).
Minimum required JDK version Java Development Kit 8
Minimum screen resolution 1280 x 800

The Android Emulator has additional requirements beyond the basic system requirements for Android Studio, which are described below:[30]

  • SDK Tools 26.1.1 or higher;
  • 64-bit processor;
  • 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.

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

References[]

  1. ^ https://androidstudio.googleblog.com/2021/07/android-studio-arctic-fox-available-in.html.
  2. ^ "Android Studio Bumblebee Canary 9 available". Android Studio Release Updates. Retrieved August 23, 2021.
  3. ^ a b "Download Options". developer.android.com. Retrieved November 16, 2021.
  4. ^ "Terms and Conditions". developer.android.com. Retrieved April 24, 2017.
  5. ^ "Build Overview". android.com.
  6. ^ "Building Android Studio". android.com.
  7. ^ a b "Download Android Studio and SDK tools". Android Developers.
  8. ^ Ducrohet, Xavier; Norbye, Tor; Chou, Katherine (May 15, 2013). "Android Studio: An IDE built for Android". Android Developers Blog. Retrieved May 16, 2013.
  9. ^ "Getting Started with Android Studio". Android Developers. Retrieved May 14, 2013.
  10. ^ Haslam, Oliver (May 16, 2013). "Download Android Studio IDE For Windows, OS X And Linux". Redmond Pie. Retrieved May 16, 2013.
  11. ^ "Download Android Studio". Android Developers. Retrieved June 13, 2015.
  12. ^ "Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout". VentureBeat. December 8, 2014. Retrieved December 9, 2014.
  13. ^ "Kotlin is now Google's preferred language for Android app development". TechCrunch. Retrieved May 8, 2019.
  14. ^ 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.
  15. ^ "Is there complete 'autosave disable' in IntelliJ (Android Studio)?".
  16. ^ Honig, Zach (May 15, 2013). "Google intros Android Studio, an IDE for building apps". Engadget. AOL. Retrieved May 16, 2013.
  17. ^ Dobie, Alex (May 15, 2013). "Android Studio unveiled at Google I/O keynote". Android Central. Mobile Nations. Retrieved May 16, 2013.
  18. ^ Olanoff, Drew (May 15, 2013). "Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout". TechCrunch. AOL. Retrieved May 16, 2013.
  19. ^ "Android Studio BETA". Google. May 15, 2013. Retrieved August 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, retrieved February 23, 2019, Supported IDEs [..] Android Studio 1.2.1+
  21. ^ "Get Started with Kotlin on Android | Android Developers". developer.android.com. Retrieved October 25, 2017.
  22. ^ "Use Java 8 language features | Android Developers". developer.android.com. Retrieved October 25, 2017.
  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. Retrieved October 25, 2017.
  24. ^ "Android's Java 9, 10, 11, and 12 Support". Jake Wharton. November 27, 2018. 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!
  25. ^ "Android Studio Release Notes". Android Developers Official Website. August 2019. Retrieved September 2, 2019.
  26. ^ "Android Studio Arctic Fox available in the Stable channel".
  27. ^ "Android Studio 4.2 available in the Stable channel".
  28. ^ "Android Studio 4.1".
  29. ^ "Google Android Studio 3.4 Now Available, Here's What's New - Appetiser". April 25, 2019.
  30. ^ "Run apps on the Android Emulator". Android Developers. Retrieved February 23, 2020.

External links[]

Retrieved from ""