Software:Android Studio

From HandWiki
Short description: Integrated development environment for the Android platform
Android Studio
Android Studio Logo (2023).svg
Android Studio Logo 2019.svg
Android Studio Chipmunk running on macOS.png
Android Studio Chipmunk running on macOS
Developer(s)Google, JetBrains
Written inJavaScript, Kotlin and C++
Operating systemWindows, macOS, Linux (including ChromeOS)[1]
Size8.1 to 9.5 GB[1]
TypeIntegrated development environment (IDE)
LicenseBinaries: Freeware,[2] Source code:[3][4] Apache License
Websitedeveloper.android.com/studio

Android Studio is the official[5] integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development.[6] It is available for download on Windows, macOS and Linux based operating systems.[7] 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.[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, making Android Studio the only officially supported IDE for Android development.[10]

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

Features

The following features are provided in the current stable version:[13][14]

  • 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[15]
  • 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[16]
  • 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;[17] and Android Studio 3.0 or later supports Kotlin,[18] and "all Java 7 language features and a subset of Java 8 language features that vary by platform version."[19] External projects backport some Java 9 features.[20] 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.[21]

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

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[23]
3.5 August 2019
3.6 February 2020
4.0 May 2020
4.1 Oct 2020[24]
4.2 May 2021[25]
Arctic Fox (2020.3.1) July 2021[26]
Bumblebee (2021.1.1) January 2022[27]
Chipmunk (2021.2.1) May 2022[28]
Dolphin (2021.3.1) September 2022[29]
Electric Eel (2022.1.1) January 2023[30]
Flamingo (2022.2.1) April 2023[31]
Giraffe (2022.3.1) July 2023[32]
Hedgehog (2023.1.1) November 2023[33]
Iguana (2023.2.1) TBD
Jellyfish (2023.3.1) TBD

System requirements

Basic system requirements for Android Studio[34]
Microsoft Windows macOS Linux
Operating System Version Microsoft Windows 8/10 (64-bit) macOS 10.14 Mojave or newer Any 64-bit Linux distribution that supports GNOME, KDE, or Unity; GNU C Library (glibc) 2.31 or later
Required RAM 8 GB or more
Free space 8 GB of available disk space minimum
Minimum screen resolution 1280 x 800 minimum screen resolution

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

  • 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.[35]

References

  1. 1.0 1.1 "Download Options". https://developer.android.com/studio/index.html#downloads. 
  2. "Terms and Conditions". https://developer.android.com/studio/terms.html. 
  3. "Build Overview". https://android.googlesource.com/platform/tools/base/+/studio-master-dev/source.md. 
  4. "Building Android Studio". http://tools.android.com/build/studio. 
  5. "Download Android Studio and SDK tools". https://developer.android.com/studio. 
  6. Ducrohet, Xavier; Norbye, Tor; Chou, Katherine (May 15, 2013). "Android Studio: An IDE built for Android". Android Developers Blog. https://android-developers.blogspot.in/2013/05/android-studio-ide-built-for-android.html. 
  7. "Getting Started with Android Studio". Android Developers. https://developer.android.com/sdk/installing/studio.html. 
  8. "Download Android Studio". Android Developers. https://developer.android.com/sdk/installing/studio.html. 
  9. "Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout". VentureBeat. December 8, 2014. https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/. 
  10. "An update on Eclipse Android Developer Tools". June 26, 2015. https://android-developers.googleblog.com/2015/06/an-update-on-eclipse-android-developer.html. 
  11. "Google I/O 2019: Empowering developers to build the best experiences on Android + Play" (in en). May 7, 2019. https://android-developers.googleblog.com/2019/05/google-io-2019-empowering-developers-to-build-experiences-on-Android-Play.html. 
  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/. 
  13. Honig, Zach (May 15, 2013). "Google intros Android Studio, an IDE for building apps". Engadget. AOL. https://www.engadget.com/2013/05/15/google-android-studio/. 
  14. "Android Studio Overview". https://android-doc.github.io/tools/studio/index.html. 
  15. Olanoff, Drew (May 15, 2013). "Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout". TechCrunch. AOL. https://techcrunch.com/2013/05/15/google-launches-android-studio-a-development-tool-for-apps/. 
  16. "Android Studio BETA". Google. May 15, 2013. https://developer.android.com/sdk/installing/studio.html. 
  17. Google Go language IDE built using the IntelliJ Platform: go-lang-plugin-org/go-lang-idea-plugin, Go Language support for IDEA based IDEs, 2019-02-23, https://github.com/go-lang-plugin-org/go-lang-idea-plugin#Deprecation-notice, retrieved 2019-02-23, "Supported IDEs [..] Android Studio 1.2.1+" 
  18. "Get Started with Kotlin on Android | Android Developers" (in en). https://developer.android.com/kotlin/get-started.html. 
  19. "Use Java 8 language features | Android Developers" (in en). https://developer.android.com/guide/platform/j8-jack.html. 
  20. "android-retroflow: Backport of Java 9 (JEP 266) reactive-streams Flow and SubmissionPublisher API for Android Studio 3.0 desugar toolchain, forked from [.."]. retrostreams. 2017-10-22. https://github.com/retrostreams/android-retroflow. 
  21. "Android's Java 9, 10, 11, and 12 Support" (in en). 2018-11-27. https://jakewharton.com/androids-java-9-10-11-and-12-support/. "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!" 
  22. "Android Studio Release Notes". Android Developers Official Website. August 2019. https://developer.android.com/studio/releases/index.html. 
  23. "Google Android Studio 3.4 Now Available, Here's What's New - Appetiser". April 25, 2019. https://appetiser.com.au/blog/google-android-studio-3-4-now-available-heres-whats-new/. 
  24. "Android Studio 4.1". https://android-developers.googleblog.com/2020/10/android-studio-41.html. 
  25. "Android Studio 4.2 available in the Stable channel". https://androidstudio.googleblog.com/2021/05/android-studio-42-available-in-stable.html. 
  26. "Android Studio Arctic Fox available in the Stable channel". https://androidstudio.googleblog.com/2021/07/android-studio-arctic-fox-available-in.html. 
  27. "Android Studio Bumblebee (2021.1.1) Stable". https://android-developers.googleblog.com/2022/01/android-studio-bumblebee-202111-stable.html. 
  28. "Android Studio Chipmunk" (in en). https://android-developers.googleblog.com/2022/05/android-studio-chipmunk.html. 
  29. "Android Studio Dolphin" (in en). https://android-developers.googleblog.com/2022/09/android-studio-dolphin.html. 
  30. "Android Studio Electric Eel" (in en). https://android-developers.googleblog.com/2023/01/android-studio-electric-eel.html. 
  31. "Android Studio Flamingo" (in en). https://android-developers.googleblog.com/2023/04/android-studio-flamingo-is-stable.html. 
  32. "Android Studio Giraffe" (in en). https://android-developers.googleblog.com/2023/07/android-studio-giraffe-is-stable.html. 
  33. "Android Studio Hedgehog" (in en). https://android-developers.googleblog.com/2023/11/android-studio-hedgehog-is-stable.html. 
  34. 34.0 34.1 "Download Android Studio and SDK tools" (in en). https://developer.android.com/studio. 
  35. "Emulator release notes" (in en). https://developer.android.com/studio/releases/emulator#27-1-10. 

External links