diff --git a/docs/html/images/tools/wizard2.png b/docs/html/images/tools/wizard2.png new file mode 100644 index 0000000000000..921d58c1421f7 Binary files /dev/null and b/docs/html/images/tools/wizard2.png differ diff --git a/docs/html/images/tools/wizard3.png b/docs/html/images/tools/wizard3.png new file mode 100644 index 0000000000000..d5749d53a1d33 Binary files /dev/null and b/docs/html/images/tools/wizard3.png differ diff --git a/docs/html/images/tools/wizard4.png b/docs/html/images/tools/wizard4.png new file mode 100644 index 0000000000000..2709f7b8c1a73 Binary files /dev/null and b/docs/html/images/tools/wizard4.png differ diff --git a/docs/html/images/tools/wizard5.png b/docs/html/images/tools/wizard5.png new file mode 100644 index 0000000000000..105cf2adfc253 Binary files /dev/null and b/docs/html/images/tools/wizard5.png differ diff --git a/docs/html/images/tools/wizard6.png b/docs/html/images/tools/wizard6.png new file mode 100644 index 0000000000000..8b0691c9a7e19 Binary files /dev/null and b/docs/html/images/tools/wizard6.png differ diff --git a/docs/html/images/tools/wizard7.png b/docs/html/images/tools/wizard7.png new file mode 100644 index 0000000000000..83396cfe4a69f Binary files /dev/null and b/docs/html/images/tools/wizard7.png differ diff --git a/docs/html/sdk/installing/create-project.jd b/docs/html/sdk/installing/create-project.jd new file mode 100644 index 0000000000000..c0d523acfd4df --- /dev/null +++ b/docs/html/sdk/installing/create-project.jd @@ -0,0 +1,86 @@ +page.title=Creating a Project + +@jd:body + +
Android Studio makes it easy to create Android apps for several form factors, such as phone, +tablet, TV, Wear, and Google Glass. The New Project wizard lets you choose the form factors +for your app and populates the project structure with everything you need to get started.
+ +Follow the steps in this section to create a project in Android Studio.
+ +If you didn't have a project opened, Android Studio shows the Welcome screen. +To create a new project, click New Project.
+ +If you had a project opened, Android Studio shows the development environment. +To create a new project, click File > New Project.
+ +The next window lets you configure the name of your app, the package name, and the location +of your project.
+ +
+Figure 1. Choose a name for your project.
+ +Enter the values for your project and click Next.
+ + +The next window lets you select the form factors supported by your app, such as phone, tablet, +TV, Wear, and Google Glass. For each form factor, you can also select the API +Level that your app requires. To get more information, click Help me choose.
+ +
+Figure 2. Select the API Level.
+ +The API Level window shows the distribution of mobile devices running each version of Android, +as shown in Figure 2. Click on an API level to see a list of features introduced in the corresponding +version of Android. This helps you choose the minimum API Level that has all the features that +your apps needs, so you can reach as many devices as possible. Then click OK.
+ +
+Figure 3. Choose form factors for your app.
+ +Then, on the Form Factors Window, click Next.
+ + +The next screen lets you select an activity type to add to your app, as shown in Figure 4. +This screen depends on the form factors you selected earlier.
+ +
+Figure 4. Add an activity to your app.
+ +Choose an activity type and click Next.
+ + +The next screen lets you configure the activity to add to your app, as shown in Figure 6.
+ +
+Figure 6. Choose a name for your activity.
+ +Enter the activity name, the layout name, and the activity title. Then click +Finish.
+ + +Android Studio creates the default structure for your project and opens the development +environment. If your app supports more than one form factor, Android Studio creates a module for +each of them, as shown in Figure 7.
+ +
+Figure 7. The default project structure for a mobile app.
+ +Now you are ready to develop your app. Fore more information, see the following links:
+ + diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index fb4659f01fe82..93e59769a95c6 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -11,7 +11,7 @@ Adding SDK Packages - +