https://developer.android.com/studio/intro/index.html
- Android app modules
- Library modules
- Google App Engine modules
By default, Android Studio displays your project files in the Android project view,
as shown in figure 1.
This view is organized by modules to provide quick access
to your project's key source files.
초기값으로, 안드로이드 스튜디오는 표시한다. 네 프로젝트 파일들을 in the Android Project view에서
보이듯이 in 그림1에서.
이 뷰는 구성되있다. by 모듈들로 to 제공하기위해 quick access를
to 네 프로젝트의 키 소스 파일들에.
All the build files are visible at the top level under Gradle Scripts
and each app module contains the following folders:
모든 빌드 파일들은 보인다. at the top level에서
and 각 app모듈은 포함한다. 다음 폴더들을
- manifests: Contains the
AndroidManifest.xml
file. - java: Contains the Java source code files, including JUnit test code.
- res: Contains all non-code resources, such as XML layouts, UI strings, and bitmap images.
The Android project structure on disk
differs from this flattened representation.
To see the actual file structure of the project,
select Project from the Project dropdown (in figure 1, it's showing as Android).
안드로이드 프로젝트 구조
는 다르다. from 이 펼쳐진 representation과는.
To 보기위해 the 실질적 파일 구조를 of the 프로젝트의
선택해라. Project를 from the Project 드롭다운으로부터
You can also customize the view of the project files
to focus on specific aspects of your app development.
For example, selecting the Problems view of your project
displays links to the source files
containing any recognized coding and syntax errors,
such as a missing XML element closing tag in a layout file.
넌 can 또한 주문제작할 수 있다. the view를 of the 프로젝트 파일들의
to 포커스맞추기위해 on 특정 aspects에 of 너의 app 개발의
For 예를들어, 선택하기 the Problems view를
는 보여준다. 링크들을 to the source files로
포함하며 any recognized coding and 문법 에러들을
such as 놓진 XNL element 닫힌 tag in layout 파일들에서.