Android Studio 2.0: default project structure
by Vyara Georgieva
1. app (module)
1.1. manifests
1.1.1. AndroidManifest.xml
1.2. java
1.2.1. main project directory
1.2.1.1. MainActivity
1.2.2. androidTest
1.2.2.1. ApplicationTest
1.2.3. test
1.2.3.1. ExampleUnitTest
1.3. res
1.3.1. drawable
1.3.2. layout
1.3.2.1. activity_main.xml
1.3.3. mipmap
1.3.3.1. ic_launcher.png
1.3.3.1.1. ic_launcher.png (hdpi)
1.3.3.1.2. ic_launcher.png (mdpi)
1.3.3.1.3. ic_launcher.png (xhdpi)
1.3.3.1.4. ic_launcher.png (xxhdpi)
1.3.3.1.5. ic_launcher.png (xxxhdpi)
1.3.4. values
1.3.4.1. colors.xml
1.3.4.2. dimens.xml
1.3.4.2.1. dimens.xml
1.3.4.2.2. dimens.xml (w820dp)
1.3.4.3. strings.xml
1.3.4.4. styles.xml