

It gives a compact view of structure visible in the Project window. The navigation bar helps in navigating our project and open files for editing.The toolbar provides us a wide range of actions, which includes running apps and launching Android tools.The Android Studio main window contains the several logical areas which are shown in the below figure: We will see the actual file structure of the project by selecting the Project from the Project dropdown. res: It contains all non-code resources, UI strings, XML layouts, and bitmap images.java: It contains the source code of Java files, including the JUnit test code.

manifests: It contains the AndroidManifest.xml file.And the app module contains the following folders: These build files are visible to the top-level under Gradle Scripts. This view is formed by modules to provide quick access to our project's key source files. These include different types of modules-īy default, Android Studio displays our project files in the Android project view, as shown in the above image. The Android Studio project contains one or more modules with resource files and source code files. It makes it easy to integrate Google Cloud Messaging and App Engine. It provides build-in supports for Google Cloud Platform.Android Studio provides extensive testing tools and frameworks.

