Component - Project structure (app, gradle, manifests)
This UI shows the main parts of an Android project structure: the app folder, Gradle build files, and AndroidManifest.xml files. These parts work together to build and run your app.
This UI shows the main parts of an Android project structure: the app folder, Gradle build files, and AndroidManifest.xml files. These parts work together to build and run your app.
ProjectRoot ├── app │ ├── src │ │ ├── main │ │ │ ├── java │ │ │ ├── res │ │ │ └── AndroidManifest.xml │ │ └── test │ └── build.gradle ├── build.gradle └── settings.gradle