Mind Map Gallery Project Structure Android Studio
无数据
A project in Android Studio contains everything that defines your workspace for an app, from source code and assets, to test code and build configurations.
Project-Structure-Android-Studio
app (module)
manifests
AndroidManifest.xml
java
main project directory
MainActivity
androidTest
ApplicationTest
test
ExampleUnitTest
res
drawable
layout
activity_main.xml
mipmap
ic_launcher.png
ic_launcher.png (hdpi)
ic_launcher.png (mdpi)
ic_launcher.png (xhdpi)
ic_launcher.png (xxhdpi)
ic_launcher.png (xxxhdpi)
values
colors.xml
dimens.xml
dimens.xml (w820dp)
strings.xml
styles.xml
Gradle scripts (module)
build.gradle (project)
build.gradle (module)
proguardrules.pro
gradle.properties
settings.gradle
local.properties