

That use the Kotlin or Groovy syntax to configure the build with elements

Reuse code and resources across source sets.īy employing the flexibility of Gradle, you can achieve all of this withoutĪndroid Studio build files are named if you use.Create multiple APKs for your app with different features, using the same.Customize, configure, and extend the build process.System runs as an integrated tool from the Android Studio menu and Project instead of Android from the Project menu.įor more information, see Projects overview.Īndroid Studio uses Gradle as the foundation of the build system, with moreĪndroid-specific capabilities provided by the To see the actual file structure of the project, select The Android project structure on disk differs from this flattened res: Contains all non-code resources such as UI strings and bitmap.java: Contains the Kotlin and Java source code files, including.manifests: Contains the AndroidManifest.xml file.All the build files are visible atĮach app module contains the following folders: This view is organized by modules to provide quickĪccess to your project's key source files.


The types of modules include:īy default, Android Studio displays your project files in the Android project This page provides an introduction to basic Android Studio features.įor a summary of the latest changes, see theĮach project in Android Studio contains one or more modules with source codeįiles and resource files. Making it easy to integrate Google Cloud Messaging and App Engine
