Articles → Android → Different Folders In Android Studio
Different Folders In Android Studio
Android View
Click to Enlarge
Folders And Files
- App folder – This folder contains the application files.
- Gradle Scripts – Android studio has a build system called gradle build system. This system builds your code and creates an apk file.
App Folder
- Manifests folder – This folder contains the manifest file.
- Java folder -This folder contains all your source code files.
- Generated Java folder – This folder contains all the compiled code. If you delete this folder, this folder will be generated again in the next build.
- Res folder – This folder contains all the resource files like images, animations, videos, layout files etc.