Android Studio: Difference between revisions
GrahamAsher (talk | contribs) fixed slightly incorrect grammar and misleading wording in note on Kotlin replacing Java as the preferred development language |
|||
Line 24: | Line 24: | ||
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.<ref>{{cite web |title=Download Android Studio |url=https://developer.android.com/sdk/installing/studio.html |work=Android Developers |accessdate=June 13, 2015}}</ref> The first stable build was released in December 2014, starting from version 1.0.<ref>{{cite web |url=https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/ |title=Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout |date=December 8, 2014 |publisher=VentureBeat |accessdate=December 9, 2014}}</ref> |
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.<ref>{{cite web |title=Download Android Studio |url=https://developer.android.com/sdk/installing/studio.html |work=Android Developers |accessdate=June 13, 2015}}</ref> The first stable build was released in December 2014, starting from version 1.0.<ref>{{cite web |url=https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/ |title=Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout |date=December 8, 2014 |publisher=VentureBeat |accessdate=December 9, 2014}}</ref> |
||
On May 7, 2019, [[Kotlin (programming language)|Kotlin]] replaced Java as Google’s preferred language for Android app development.<ref>{{Cite web|url=http://social.techcrunch.com/2019/05/07/kotlin-is-now-googles-preferred-language-for-android-app-development/|title=Kotlin is now Google’s preferred language for Android app development|website=TechCrunch|language=en-US|access-date=2019-05-08}}</ref> Java is still supported, as is C++.<ref>{{cite web |last1=Sinicki |first1=Adam |title=I want to develop Android Apps — What languages should I learn? |url=https://www.androidauthority.com/develop-android-apps-languages-learn-391008/ |website=Android Authority |accessdate=September 12, 2019}}</ref> |
|||
== Features == |
== Features == |
Revision as of 17:30, 27 January 2020
File:Android Studio icon.svg | |
Developer(s) | Google, JetBrains |
---|---|
Written in | Java, Kotlin and C++ |
Operating system | Windows, macOS, Linux, Chrome OS[1] |
Size | 971 to 1036 MB[1] |
Type | Integrated development environment (IDE) |
License | Freeware[2] +Source code[3][4] |
Website | developer |
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][8] It is a replacement for the Eclipse Android Development Tools (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.[9] The first stable build was released in December 2014, starting from version 1.0.[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 that Android Studio is built on 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]
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 |
3.5 | August 2019 |
References
- ^ a b "Download Options". developer.android.com. Google. Retrieved February 16, 2017.
- ^ "Terms and Conditions". developer.android.com. Google. Retrieved April 24, 2017.
- ^ "Build Overview". android.com.
- ^ "Building Android Studio". android.com.
- ^ "Android Studio website".
- ^ Ducrohet, Xavier; Norbye, Tor; Chou, Katherine (May 15, 2013). "Android Studio: An IDE built for Android". Android Developers Blog. Google. Retrieved May 16, 2013.
- ^ "Getting Started with Android Studio". Android Developers. Google. Retrieved May 14, 2013.
- ^ Haslam, Oliver (May 16, 2013). "Download Android Studio IDE For Windows, OS X And Linux". Redmond Pie. Retrieved May 16, 2013.
- ^ "Download Android Studio". Android Developers. Retrieved June 13, 2015.
- ^ "Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout". VentureBeat. December 8, 2014. Retrieved December 9, 2014.
- ^ "Kotlin is now Google's preferred language for Android app development". TechCrunch. Retrieved May 8, 2019.
- ^ Sinicki, Adam. "I want to develop Android Apps — What languages should I learn?". Android Authority. Retrieved September 12, 2019.
- ^ Honig, Zach (May 15, 2013). "Google intros Android Studio, an IDE for building apps". Engadget. AOL. Retrieved May 16, 2013.
- ^ Dobie, Alex (May 15, 2013). "Android Studio unveiled at Google I/O keynote". Android Central. Mobile Nations. Retrieved May 16, 2013.
- ^ 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.
- ^ "Android Studio BETA". Google. Google. May 15, 2013. Retrieved August 15, 2014.
- ^ 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+
- ^ "Get Started with Kotlin on Android | Android Developers". developer.android.com. Retrieved October 25, 2017.
- ^ "Use Java 8 language features | Android Developers". developer.android.com. Retrieved October 25, 2017.
- ^ "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.
- ^ "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!
- ^ "Android Studio Release Notes". Android Developers Official Website. August 2019. Retrieved September 2, 2019.
External links
- Official homepage at developer.android.com
- Integrated development environments
- Android (operating system) development software
- Linux integrated development environments
- Linux programming tools
- Software development kits
- MacOS programming tools
- Programming tools for Windows
- Software using the Apache license
- Free integrated development environments
- Google software