Android Studio 2.0: default project structure

First of a series of mind maps coming. The default android studio 2.0 presented visually and briefly explained. Detailed maps to come :)

登録は簡単!. 無料です
または 登録 あなたのEメールアドレスで登録
Android Studio 2.0: default project structure により Mind Map: Android Studio 2.0: default project structure

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

2. Gradle scripts (module)

2.1. build.gradle (project)

2.2. build.gradle (module)

2.3. proguard-rules.pro

2.4. gradle.properties

2.5. settings.gradle

2.6. local.properties