Android Studio

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Android Studio
Android Studio icon.svg
Android Studio 1211.png
Developer(s) Google
Stable release 1.5.1 / December 3, 2015; 3 months ago (2015-12-03)[1]
Preview release 2.1 Preview 3, Canary channel. / March 16, 2016; 9 days ago (2016-03-16)[2]
Development status Stable
Written in Java
Operating system Cross-platform
Type Integrated Development Environment (IDE)
License Apache 2.0[3]
Website developer.android.com/sdk/index.html

Android Studio is the official[4] integrated development environment (IDE) for Android platform development.

It was announced on May 16, 2013 at the Google I/O conference. Android Studio is freely available under the Apache License 2.0.[3]

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

Based on JetBrains' IntelliJ IDEA software, Android Studio is designed specifically for Android development.[7] It is available for download on Windows, Mac OS X and Linux,[8][9] and replaced Eclipse Android Development Tools (ADT) as Google's primary IDE for native Android application development.

Features[edit]

New features are expected to be rolled out with each release of Android Studio. The following features are provided in the current stable version:[10][11]

  • 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.[12]
  • Support for building Android Wear apps
  • Built-in support for Google Cloud Platform, enabling integration with Google Cloud Messaging and App Engine.[13]

System requirements[edit]

Windows OS X Linux
OS version Microsoft Windows 10/8/7/Vista (32- or 64-bit) Mac OS X 10.8.5 or higher, up to 10.9 (Mavericks) GNOME or KDE desktop (64-bit distribution)
RAM 2 GB RAM minimum, 4 GB RAM recommended
Disk space 400 MB disk space for Android Studio, at least 1 GB for Android SDK, emulator system images, and caches
Java version Java Development Kit (JDK) 7 Java Runtime Environment (JRE) 6 and Java Development Kit (JDK) 7 Oracle Java Development Kit (JDK) 7
Screen resolution 1280x800 minimum screen resolution

Android Studio vs. Eclipse ADT comparison[edit]

Feature Android Studio Eclipse ADT
Build system
Maven-based build dependencies Yes No
Build variants and multiple-APK generation Yes No
Advanced Android code completion and refactoring Yes No
Graphical layout editor Yes Yes
APK signing and keystore management Yes Yes
NDK support Yes Yes

References[edit]

  1. ^ "Android Studio Stable Channel". Android Tools Project. December 3, 2015. Retrieved December 23, 2015. 
  2. ^ "Android Studio Canary Channel". Android Tools Project. August 21, 2015. Retrieved March 16, 2016. 
  3. ^ a b "Android Studio Plugin". android.googlesource.com. Google. Retrieved May 20, 2015. 
  4. ^ "Android Studio website". 
  5. ^ "Download Android Studio". Android Developers. Retrieved June 13, 2015. 
  6. ^ "Google Launches Android Studio And New Features For Developer Console, Including Beta Releases And Staged Rollout". VentureBeat. December 8, 2014. Retrieved December 9, 2014. 
  7. ^ Ducrohet, Xavier; Norbye, Tor; Chou, Katherine (May 15, 2013). "Android Studio: An IDE built for Android". Android Developers Blog. Google. Retrieved May 16, 2013. 
  8. ^ "Getting Started with Android Studio". Android Developers. Google. Retrieved May 14, 2013. 
  9. ^ Haslam, Oliver (May 16, 2013). "Download Android Studio IDE For Windows, OS X And Linux". Redmond Pie. Retrieved May 16, 2013. 
  10. ^ Honig, Zach (May 15, 2013). "Google intros Android Studio, an IDE for building apps". Engadget. AOL. Retrieved May 16, 2013. 
  11. ^ Dobie, Alex (May 15, 2013). "Android Studio unveiled at Google I/O keynote". Android Central. Mobile Nations. Retrieved May 16, 2013. 
  12. ^ 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. 
  13. ^ "Android Studio BETA". Google. Google. May 15, 2013. Retrieved August 15, 2014. 

External links[edit]