Android Studio Learn


Android Studio

is the official IDE for application development, based on IntelliJ IDEA. On top of the capabilities you expect from IntelliJ, Android Studio offers:

  • Flexible Gradle-based build system 
  • Build variants and multiple 
          apk

File generation 
  • Code templates to help you build common app features 
  • Rich layout editor with support for drag and drop theme editing 
          lint
          tools to catch performance, usability, version compatibility, and other problems 
  • ProGuard and app-signing capabilities 
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine 
  • And much more 
If you’re new to Android Studio or the IntelliJ IDEA interface, this page provides an introduction to some key Android Studio features.

For specific Studio how-to documentation, see the pages in the Workflow section, such as Managing Projects from Android Studio and Building and Running from Android Studio. For a summary of the latest changes to Android Studio, see the Studio Release Notes

The Android build system is the toolkit you use to build, test, run and package your apps. This build system replaces the Ant system used with Eclipse ADT. It can run as an integrated tool from the Studio menu and independently from the command line. You can use the features of the build system to: 
  • Customize, configure, and extend the build process. 
  • Create multiple APKs for your app with different features using the same project and modules. 
  • Reuse code and resources across source sets. 
The flexibility of the Android build system enables you to achieve all of this without modifying your app’s core source files. To build an Android Studio project, see Building and Running from Studio. To configure custom build settings in an Android Studio project, see Configuring Gradle Builds.Thank you please read more.


Share on Google Plus

About Awais Ahmad

0 comments:

Post a Comment