How to Create a Project in Android Studio

  1. Launch Android Studio.
  2. In the Welcome to Android Studio screen, choose New Project.
  3. In the New Project window, enter the application name, module name, package name, and project location.
    This example uses CouchbaseEvents for the application name.
  4. Set the minimum required SDK to API 9: Android 2.3 (Gingerbread) or later and use the currently recommended Android API.
    After you fill in the fields, the New Project window should look something like this:

Click Next, and then move through the remaining setup screens and enter settings as necessary (or just accept the defaults).
Click Finish.



Comments