In Android Studio, there are several types of project structures available:
we generally use the following two kinds of structure:
Project Structure Type
- 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
- Gradle compilation file for Build.gradle project
- Settings.gradle define which modules the project contains
- Gradlew compile scripts that can be packaged at the command line
- Local.properties Configuration Sdk/ndk
- Configuration file for MYAPPLICATION.IML project
- External Libraries Project Dependent Lib, compile-time automatic download
Android Fabric Type
- App/manifests androidmanifest.xml configuration file directory
- App/java Source Directory
- App/res Resource File directory
- Gradle Scripts Gradle Compilation-related scripts
Introduction to the Android Studio project directory structure