0% found this document useful (0 votes)
11 views8 pages

Android Studio Overview Installation

Android Studio is the official IDE for Android app development based on IntelliJ IDEA. It offers features like a Gradle build system, emulator, tools for testing, linting and integrating with Google Cloud. Projects contain modules for source code and resources. The default view organizes files by module.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views8 pages

Android Studio Overview Installation

Android Studio is the official IDE for Android app development based on IntelliJ IDEA. It offers features like a Gradle build system, emulator, tools for testing, linting and integrating with Google Cloud. Projects contain modules for source code and resources. The default view organizes files by module.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Android Studio

Development
Environment
Android Studio
Android Studio is the official Integrated Development Environment (IDE) for Android
app development, based on IntelliJ IDEA . On top of IntelliJ's powerful code editor
and developer tools, Android Studio offers even more features that enhance your
productivity when building Android apps, such as:
•A flexible Gradle-based build system
•A fast and feature-rich emulator
•A unified environment where you can develop for all Android devices
•Apply Changes to push code and resource changes to your running app without
restarting your app
Android Studio
Continuation…..

•Code templates and GitHub integration to help you build common app features and
import sample code
•Extensive testing tools and frameworks
•Lint tools to catch performance, usability, version compatibility, and other problems
•C++ and NDK support
•Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud
Messaging and App Engine
Why IntelliJ IDEA?
https://www.youtube.com/watch?v=GSKERVTMWqs
https://www.jetbrains.com/idea/
Project Structure
Each project in Android Studio contains one or more
modules with source code files and resource files. Types
of modules include:
•Android app modules
•Library modules
•Google App Engine modules

By default, Android Studio displays your project files in


the Android project view, as shown in figure 1. This view
is organized by modules to provide quick access to your
project's key source files.
Project Structure
Install Android Studio
Install Android Studio

https://developer.android.com/studio

You might also like