Android Studio 2.0: default project structure
von Vyara Georgieva

1. Gradle scripts (module)
1.1. build.gradle (project)
1.2. build.gradle (module)
1.3. proguard-rules.pro
1.4. gradle.properties
1.5. settings.gradle
1.6. local.properties
2. app (module)
2.1. manifests
2.1.1. AndroidManifest.xml
2.2. java
2.2.1. main project directory
2.2.1.1. MainActivity
2.2.2. androidTest
2.2.2.1. ApplicationTest
2.2.3. test
2.2.3.1. ExampleUnitTest
2.3. res
2.3.1. drawable
2.3.2. layout
2.3.2.1. activity_main.xml
2.3.3. mipmap
2.3.3.1. ic_launcher.png
2.3.3.1.1. ic_launcher.png (hdpi)
2.3.3.1.2. ic_launcher.png (mdpi)
2.3.3.1.3. ic_launcher.png (xhdpi)
2.3.3.1.4. ic_launcher.png (xxhdpi)
2.3.3.1.5. ic_launcher.png (xxxhdpi)
2.3.4. values
2.3.4.1. colors.xml
2.3.4.2. dimens.xml
2.3.4.2.1. dimens.xml
2.3.4.2.2. dimens.xml (w820dp)
2.3.4.3. strings.xml
2.3.4.4. styles.xml