From c2f48fc88de91fdae037f7eea31517ffcbf42413 Mon Sep 17 00:00:00 2001
From: "smain@google.com" Android Studio is the official IDE for Android application development,
+ Android Studio is the official IDE for Android app development,
based on IntelliJ IDEA.
On top of the capabilities you expect from IntelliJ,
Android Studio offers: If you're new to Android Studio or the IntelliJ IDEA interface, this
-page provides an introduction to some key Android
-Studio features. For specific Android Studio how-to documentation, see the pages in the This page provides an introduction to some key Android Studio features. For
+specific Android Studio how-to documentation, see the pages in the Workflow section, such as Managing Projects from Android Studio and
-Building and Running from Android
-Studio. For a summary of the latest changes to Android Studio, see the
-Android Studio Release Notes.See also
-
+
+
+ Get Android Studio
+
-
-apk file generation
When you use the Project view in Android Studio, you should notice that the project structure appears different than you may be used to in Eclipse. Each -instance of Android Studio contains a project with one or more application modules. Each -application module folder contains the complete source sets for that module, including +instance of Android Studio contains a project with one or more app modules. Each +app module folder contains the complete source sets for that module, including {@code src/main/} and {@code src/androidTest/} directories, resources, build file and the Android manifest. For the most part, you will need to modify the files under each module's {@code src/main/} directory for source code updates, the gradle.build file for build @@ -202,7 +199,7 @@ device or emulator, click the Android tab in the lower left cor runtime window to launch the Android runtime window. Click the Memory or CPU tab.
-
Figure 4. Monitor memory and CPU usage.