Android Studio Directory Structure

Source: Internet
Author: User

-------Project Catalog Structure----------

. Gradle Gradle Compilation system, version specified by wrapper
. Idea the files required by the Android Studio IDE
The location where the generated files are stored after the build code is compiled
Gradle wrapper where the jar and configuration files are located
. Gitignore git uses the Ignore file
Build.gradle Gradle compiled related configuration file (equivalent to makefile)
Gradle.properties Gradle related global property settings
Gradlew *nix Gradle Wrapper executable, compile script, can be packaged at the command line
Graldew.bat Gradle Wrapper executable file under Windows
Local.properties Local Property settings (key settings, Android SDK location and other properties), this file is not recommended to upload to VCs, configuration sdk/ndk
Settings.gradle and setting related Gradle scripts
External Libraries Project Dependent Lib, compile-time automatic download
Configuration file for MYAPPLICATION.IML project
App/build/app module build compiled output directory
Gradle compilation file for App/build.gradle app module
APP/APP.IML App Module configuration file
App/proguard-rules.pro App Module Proguard file

----------Android Structure-----------

App/manifests androidmanifest.xml configuration file directory
App/java Source Directory
App/res Resource File directory
Gradle Scripts Gradle Compilation-related scripts

Android Studio Directory Structure

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.